2.2.49 folderURL

The folderURL element specifies the URL of a WebDAV server or protocol server to which the form file MUST be submitted.

Parent Elements

davAdapter

Attributes:

value: The server URL. The specified value MUST begin with "http://" or "https://".

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="folderURL">
   <xsd:complexType>
     <xsd:attribute name="value" type="xsd:string" use="required"/>
   </xsd:complexType>
 </xsd:element>