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
Members
Member name | Value | Description | |
---|---|---|---|
Workspace | 0 | Event handlers should run against a workspace database context | |
Environment | 1 | Obsolete. Event handlers should run against an instance level context | |
Instance | 1 | Event handlers should run against an instance level context | |
InstanceAndWorkspace | 2 | Event handlers that can run against either the instance or workspace level database contexts |
See Also