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
Public property ContentTypeId Gets or sets the content type ID of the SharePoint list associated with the SharePointListAdapterRWObject object.
Public property ListId Gets or sets the list ID of the SharePoint list associated with the SharePointListAdapterRWObject object.
Public property Name Gets the name of a SharepointListAdapterRWObject object.
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).
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.
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).

Top

Methods

  Name Description
Public method Query Reads data from the associated data connection.
Public method Submit Submits data to the associated data connection.

Top

See also

Reference

SharePointListAdapterRW interface

Microsoft.Office.Interop.InfoPath.SemiTrust namespace