This topic has not yet been rated - Rate this topic

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.

Namespace:  Microsoft.SharePoint.WebPartPages
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.

Filter operations are used to perform ad hoc data filtering. This ad hoc filtering is distinct from the filtering that is performed in the data source control.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ