Dynamicweb 8 Documentation
CreateFilters(FilterFrontendConfiguration) Method

Frontend configuration used for creating filters.
Creates an instances of filters for a given context.
Syntax
'Declaration
 
Public Overloads Shared Function CreateFilters( _ 
   ByVal configuration As FilterFrontendConfiguration _ 
) As Filter()
public static Filter[] CreateFilters( 
   FilterFrontendConfiguration configuration 
)

Parameters

configuration
Frontend configuration used for creating filters.

Return Value

A list of filters.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when "PageView" property of the "configuration" is null.
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