Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the current filters form for the KeyFiltersControl control.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentFiltersForm As SimpleItemForm
Get
'Usage
Dim instance As KeyFiltersControl
Dim value As SimpleItemForm
value = instance.CurrentFiltersForm
public SimpleItemForm CurrentFiltersForm { get; }
Property Value
Type: Microsoft.Office.Server.WebControls.SimpleItemForm
The SimpleItemForm object that represents the current filters form.