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
Public property ContentTypeId Gets or sets the content type ID of the SharePoint list associated with the SharePointListAdapterRWObject object. (Inherited from SharePointListAdapterRW.)
Public property ListId Gets or sets the list ID of the SharePoint list associated with the SharePointListAdapterRWObject object. (Inherited from SharePointListAdapterRW.)
Public property Name Gets the name of a SharepointListAdapterRWObject object. (Inherited from SharePointListAdapterRW.)
Public property 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.)
Public property 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.)
Public property 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
Public method Query Reads data from the associated data connection. (Inherited from SharePointListAdapterRW.)
Public method Submit Submits data to the associated data connection. (Inherited from SharePointListAdapterRW.)

Top

See also

Reference

SharePointListAdapterRWObject interface

Microsoft.Office.Interop.InfoPath.SemiTrust namespace