Dynamicweb 8 Documentation
FilterContext Constructor

An instance of the current pageview object.
An ID of the current paragraph.
A collection of filters rendered on a page.
Initializes a new instance of an object.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal pv As PageView, _ 
   ByVal paragraphID As Integer, _ 
   ByVal filters() As Filter _ 
)
public FilterContext( 
   PageView pv,
   int paragraphID,
   Filter[] filters 
)

Parameters

pv
An instance of the current pageview object.
paragraphID
An ID of the current paragraph.
filters
A collection of filters rendered on a page.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when "pv" 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

FilterContext Class
FilterContext Members

Send Feedback