SPUserCodeWorkflowContext.PermissionsManual property
Gets or sets a value that indicates whether the current user has permission to manually start the workflow on the website.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PermissionsManual As Boolean
Get
Set
'Usage
Dim instance As SPUserCodeWorkflowContext
Dim value As Boolean
value = instance.PermissionsManual
instance.PermissionsManual = value
public bool PermissionsManual { get; set; }
Property value
Type: System.Boolean
true if the current user has permission to manually start the workflow on the website; otherwise, false.
See also
Reference
SPUserCodeWorkflowContext class