Dynamicweb 8 Documentation
GetTemplateExtenders Method (FilterManager)

An instance of the filter to to associated extenders with.
Returns a list of all registered filter template extenders.
Syntax
'Declaration
 
Public Shared Function GetTemplateExtenders( _ 
   ByVal filter As Filter _ 
) As IEnumerable(Of ITemplateExtender)
public static IEnumerable<ITemplateExtender> GetTemplateExtenders( 
   Filter filter 
)

Parameters

filter
An instance of the filter to to associated extenders with.

Return Value

A list of all registered filter template extenders.
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