Dynamicweb 8 Documentation
IsAttachedTo Method

Filter to examine.
Determines whether current context is attached to specified filter.
Syntax
'Declaration
 
Public Function IsAttachedTo( _ 
   ByVal f As Filter _ 
) As Boolean
public bool IsAttachedTo( 
   Filter f 
)

Parameters

f
Filter to examine.

Return Value

Value indicating whether current context is attached to specified 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

FilterContext Class
FilterContext Members

Send Feedback