davAdapter Element
Contains information to enable InfoPath forms to be submitted to a server running Microsoft Windows SharePoint Services or to a Web-based Distributed Authoring and Versioning (WebDAV) server.
Type
|
Child Elements
Element | Description |
---|---|
folderURL | Contains the Uniform Resource Locator (URL) of the server to which the file is submitted. |
fileName | Contains the name of the file as a literal string or XPath expression. |
Attributes
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
name |
|
Yes | The name of the adapter. Used when invoking the davAdapter from code. | minLength = 1 maxLength = 255 pattern = ([^\p{Z}\p{Cc}\p{Cf}\p{Cn}])(([^\p{Zl}\p{Zp}\p{Cc}])*([^\p{Z}\p{Cc}\p{Cf}\p{Cn}]))? |
|
||||
overwriteAllowed |
|
No | Specifies whether the adapter can overwrite an existing file. |
|
|
||||
queryAllowed |
|
No | Specifies whether the adapter can be used for querying the data source. Omitted for the davAdapter, corresponding to a default value of "no". |
|
|
||||
submitAllowed |
|
No | Specifies whether the adapter can be used for submitting to the data source. Always set to "yes" for the davAdapter. |
|
|
Definition
|
Remarks
Example
The following is an example of the davAdapter element:
|