Click or drag to resize

EventControllerLoadEventDefinition Method

Loads an EventDefinition object. Throws if it doesn't exist.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public EventDefinition LoadEventDefinition(
	int id,
	bool throwIfNotFound = false
)

Parameters

id
Type: SystemInt32
throwIfNotFound (Optional)
Type: SystemBoolean

Return Value

Type: EventDefinition
See Also