Dynamicweb 8 Documentation
Setup Method

Definition to be applied to the current instance of the filter.
Initializes the filter.
Syntax
'Declaration
 
Public Overridable Sub Setup( _ 
   ByVal definition As FilterDefinition _ 
) 
public virtual void Setup( 
   FilterDefinition definition 
)

Parameters

definition
Definition to be applied to the current instance of the filter.
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

Filter Class
Filter Members

Send Feedback