Creates new or shows an existing quick filter for the specified field.
Syntax
| Visual Basic (Declaration) | |
|---|
Sub Show( _
ByVal fieldUniqueName As System.String _
) |
Parameters
- fieldUniqueName
- Unique name of the field for which to show quick filter.
Exceptions
| Exception | Description |
| System.NotSupportedException | Quick filter is not supported for the specified field. |
| System.ArgumentException | View does not contain the specified field. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also