Dynamicweb 8 Documentation
GetFilterType Method

System name of the filter.
Retrieves the type of the filter by its system name.
Syntax
'Declaration
 
Public Shared Function GetFilterType( _ 
   ByVal name As String _ 
) As Type
public static Type GetFilterType( 
   string name 
)

Parameters

name
System name of the filter.

Return Value

Type information.
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