Dynamicweb 8 Documentation
GetFilterLabel Method

System name of the filter.
Retrieves the label of the specified filter.
Syntax
'Declaration
 
Public Shared Function GetFilterLabel( _ 
   ByVal name As String _ 
) As String
public static string GetFilterLabel( 
   string name 
)

Parameters

name
System name of the filter.

Return Value

The label of the specified filter.
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

Reference

FilterManager Class
FilterManager Members

Send Feedback