Returns the WhereClause of a NoncontextEventFilter, that can be used on the server side.

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public ContentFilter CreateEventFilter(
	EventPoint point,
	string expression
)
Visual Basic
Public Function CreateEventFilter ( _
	point As EventPoint, _
	expression As String _
) As ContentFilter
JScript
public function CreateEventFilter(
	point : EventPoint, 
	expression : String
) : ContentFilter

Parameters

point
Type: Ico.Awx.Common..::..EventPoint
The eventpoint used for the where clause
expression
Type: System..::..String
An optional filter used to add expressions in the where clause

See Also