com.onlineobject.objectnet Namespace

UserCustomObjectEvents..::..IsCustomObjectEvent Method

Determines if the given event code corresponds to a custom object event.

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

Syntax


public static bool IsCustomObjectEvent(

	int eventCode

)

Parameters

eventCode
Type: Int32
The event code to check.

Return Value

True if the event code is for a custom object event, false otherwise.