Helper.RunTargets Enumeration

Relativity Event Handlers
An enum type which specifies values available for a RunTarget custom attribute class.

Namespace:  kCura.EventHandler
Assembly:  kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax

public enum RunTargets

public enum RunTargets
Members

  Member nameValueDescription
Workspace0 Event handlers should run against a workspace database context
Environment1 Obsolete. Event handlers should run against an instance level context
Instance1 Event handlers should run against an instance level context
InstanceAndWorkspace2 Event handlers that can run against either the instance or workspace level database contexts
See Also

Reference