DataFormWebPart.FilterOperations Property
SharePoint 2010
Gets a dictionary to be used for lookup operations between field name and field operation. This information is used to filter the data.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[BrowsableAttribute(false)] [WebPartStorageAttribute(Storage.None)] public Dictionary<string, FilterOperation> FilterOperations { get; }
Property Value
Type: System.Collections.Generic.Dictionary<String, FilterOperation>A collection that serves as a dictionary of mappings between the field name and field operation.