IEventHandlerManager.GetAttachedAsync Method

Relativity Services API
Lists the attached event handlers on an object type.

Namespace:  Relativity.Services.Interfaces.EventHandler
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

Task<List<EventHandlerResponse>> GetAttachedAsync(
	int workspaceID,
	int objectTypeID
)

Parameters

workspaceID
Type: System.Int32
The workspace ArtifactID of the object type. Use -1 to indicate the admin workspace.
objectTypeID
Type: System.Int32
ArtifactID of the object type.

Return Value

Type: Task<List<EventHandlerResponse> >
List of event handlers attached to the object type.
See Also

Reference