FilterOperation Class
Represents a filter operation in the list view that is serialized in view state across multiple HTTP requests.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.WebPartPages.FilterOperation
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SerializableAttribute> _
Public Class FilterOperation
'Usage
Dim instance As FilterOperation
[SerializableAttribute]
public class FilterOperation
Remarks
This is a helper class for the DataFormWebPart class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.