SharePointListAdapterRWObject Members
Include Protected Members
Include Inherited Members
Represents a data connection for retrieving data from a SharePoint list or document library.
The SharePointListAdapterRWObject 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. (Inherited from SharePointListAdapterRW.) | |
ListId | Gets or sets the list ID of the SharePoint list associated with the SharePointListAdapterRWObject object. (Inherited from SharePointListAdapterRW.) | |
Name | Gets the name of a SharepointListAdapterRWObject object. (Inherited from SharePointListAdapterRW.) | |
QueryAllowed | Gets a value that always returns true, which corresponds to the value of the queryAllowed attribute in the form definition file (.xsf). (Inherited from SharePointListAdapterRW.) | |
SiteUrl | Gets the Uniform Resource Locator (URL) of the SharePoint Foundation site that the data connection represented by the SharepointListAdapterRWObject object will query. (Inherited from SharePointListAdapterRW.) | |
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). (Inherited from SharePointListAdapterRW.) |
Top
Methods
Name | Description | |
---|---|---|
Query | Reads data from the associated data connection. (Inherited from SharePointListAdapterRW.) | |
Submit | Submits data to the associated data connection. (Inherited from SharePointListAdapterRW.) |
Top