Dynamicweb 8 Documentation
GetFilterOptions Method

Filter to examine.
Returns a final list of filter options.
Syntax
'Declaration
 
Public Shared Function GetFilterOptions( _ 
   ByVal filter As Filter _ 
) As IEnumerable(Of FilterOption)
public static IEnumerable<FilterOption> GetFilterOptions( 
   Filter filter 
)

Parameters

filter
Filter to examine.

Return Value

A final list of filter options.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionfilter 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

Send Feedback