Dynamicweb 8 Documentation
MatchesRequest Method

Expected value.
Determines whether filter's current value (fully or artially) matches the given value.
Syntax
'Declaration
 
Protected Overridable Function MatchesRequest( _ 
   ByVal value As String _ 
) As Boolean
protected virtual bool MatchesRequest( 
   string value 
)

Parameters

value
Expected value.

Return Value

Value indicating whether filter's current value (fully or martially) matches the given value.
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