Check to see if the content passes the filter


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Function ContentPassesFilter( _ 
   ByVal content As String _ 
) As Boolean
C#
public bool ContentPassesFilter(
   string content
)
C++
public:
 bool ContentPassesFilter(
   String content
) sealed 
J#
public bool ContentPassesFilter(
   string content
)
JScript
public  function ContentPassesFilter(
   content : String
) : bool

Parameters

content
The content to verify

Return Value

true if the content passes the filter, false if it does not

See Also