com.onlineobject.objectnet Namespace

NetworkEventsDatabase..::..EventExists Method (Int32)

Checks if an event with the specified code exists.

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

Syntax


public bool EventExists(

	int code

)

Parameters

code
Type: Int32
The code of the event to check for.

Return Value

True if the event exists, false otherwise.