Share via


folderURL Element

Specifies the Uniform Resource Locator (URL) of a Web-based Distributed Authoring and Versioning (WebDAV) server or a server that is running Microsoft Windows SharePoint Services.

Type

  xsd:complexType

Parent Elements

Element Description
davAdapter The parent element, which contains all information necessary to submit Infopath forms to a Web-based Distributed Authoring and Versioning (WebDAV) server or a server that is running SharePoint Services.

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
value
  xsd:string
Yes The URL of the Web-based Distributed Authoring and Versioning (WebDAV) server or the server that is running SharePoint Services. string
  xsd:string

Definition

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

Remarks

The URL must begin with "http://" or "https://". Other common protocols will cause an error.

Example

The following is an example of the folderURL element:

  <folderURL value="http://some_server/some_doc_lib"/>