Dynamicweb 8 Documentation
CreateFilter(FilterDefinition) Method

Definition to be applied to the filter.
Creates new filter using specified definition.
Syntax
'Declaration
 
Public Overloads Shared Function CreateFilter( _ 
   ByVal definition As FilterDefinition _ 
) As Filter
public static Filter CreateFilter( 
   FilterDefinition definition 
)

Parameters

definition
Definition to be applied to the filter.

Return Value

Created filter or null (Nothing in Visual Basic) if the filter can not be created.
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
Overload List

Send Feedback