com.onlineobject.objectnet Namespace

NetworkEventsDatabase..::..EventExists Method (String)

Checks if an event with the specified name exists.

Namespace:  com.onlineobject.objectnet
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public bool EventExists(

	string name

)

Parameters

name
Type: String
The name of the event to check for.

Return Value

True if the event exists, false otherwise.