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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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