Click or drag to resize

PFExternalConnection_Location_SharePointFilters Property

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.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public string Filters { get; set; }

Property Value

Type: String
See Also