FileSubmitConnection Members
Include Protected Members
Include Inherited Members
Represents a connection to submit form information to a SharePoint Foundation server or other server that supports DAV connections.
The FileSubmitConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FileSubmitConnection |
Top
Properties
Name | Description | |
---|---|---|
Filename | Gets an XPathTypedValue that evaluates to the file name that the current form will be given when the form is submitted by the FileSubmitConnection object. | |
FolderUrl | Gets or sets the Uniform Resource Locator (URL) of the folder to which the form will be submitted by the FileSubmitConnection object. | |
Name | Gets the name of the data connection. (Inherited from DataConnection.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Execute() | Depending on which ConnectionTypeConnection class it is called from, executes a submit or query operation on the data connection using the declaratively defined values for the submitted data, query parameters, or data to retrieve. (Inherited from DataConnection.) | |
Execute(XPathNavigator) | Overrides the default Execute method to allow specifying a different source of data to submit. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top