Click or drag to resize

PFExternalConnection_Location_SharePoint Properties

The PFExternalConnection_Location_SharePoint type exposes the following members.

Properties
  NameDescription
Public propertyFilters
Gets or sets the filters used to retrieve the data from the list. The filters must follow the ODATA specification. See https://msdn.microsoft.com/en-us/library/gg309461(v=crm.7).aspx. This should NOT contain the "$filter=" part. This is optional.
Public propertyListTitle
Gets or sets the SPList title.
Public propertyType
Gets the type of location in an enum form.
(Overrides PFExternalConnection_LocationType.)
Public propertyWebAddress
Gets or sets the url of the SharePoint Web containing the target list. The Web is a sub-site of a SharePoint site.
Top
See Also