An NDoc Documented Class Library

PageFilterAttribute Constructor 

Initialize a new instance.

[Visual Basic]
Public Sub New( _ 
   ByVal Type As Type _ 
)
[C#]
public PageFilterAttribute(
   Type Type
);
[C++]
public: PageFilterAttribute(
   Type* Type
);
[JScript]
public function PageFilterAttribute(
   Type Type
);

Parameters

forPageType
A type of page to filter, it may also be an interface.

See Also

PageFilterAttribute Class | AqDWeb.Attributes Namespace