SecurityContext Enumeration |
Security level of user task actions
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic enum SecurityContext
Public Enumeration SecurityContext
public enum class SecurityContext
MembersMember name | Value | Description |
---|
System | 0 |
The update is performed by a system account.
|
Owner | 1 |
The update is performed by the process owner.
|
User | 2 |
The update is performed by the current user.
|
See Also