SharePointListAdapterRW Members
Include Protected Members
Include Inherited Members
This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeSharePointListAdapterRWObject
The SharePointListAdapterRW type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContentTypeId | Gets or sets the content type ID of the SharePoint list associated with the SharePointListAdapterRWObject object. | |
ListId | Gets or sets the list ID of the SharePoint list associated with the SharePointListAdapterRWObject object. | |
Name | Gets the name of a SharepointListAdapterRWObject object. | |
QueryAllowed | Gets a value that always returns true, which corresponds to the value of the queryAllowed attribute in the form definition file (.xsf). | |
SiteUrl | Gets the Uniform Resource Locator (URL) of the SharePoint Foundation site that the data connection represented by the SharepointListAdapterRWObject object will query. | |
SubmitAllowed | Gets a value that specifies whether a submit operation is allowed, which corresponds to the value of the submitAllowed attribute in the form definition file (.xsf). |
Top
Methods
Name | Description | |
---|---|---|
Query | Reads data from the associated data connection. | |
Submit | Submits data to the associated data connection. |
Top