WorkflowContext.PermissionsManual Property
Gets a value that indicates whether the current user has the permissions to manually start the workflow on the website.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public ReadOnly Property PermissionsManual As Boolean
Get
'Usage
Dim instance As WorkflowContext
Dim value As Boolean
value = instance.PermissionsManual
public bool PermissionsManual { get; }
Property Value
Type: System.Boolean
true if the current user has the permission level to manually start the workflow on the website; otherwise, false.