WorkflowTemplate.PermissionsManual property

Gets a value that specifies the permission level a user must have to manually start workflow instances based on the workflow template.

Namespace:  Microsoft.SharePoint.Client.Workflow
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property PermissionsManual As BasePermissions
    Get
'Usage
Dim instance As WorkflowTemplate
Dim value As BasePermissions

value = instance.PermissionsManual
public BasePermissions PermissionsManual { get; }

Property value

Type: Microsoft.SharePoint.Client.BasePermissions
Returns a BasePermissions instance representing the permission level a user must have to manually start workflow instances based on the workflow template.
The default value is EditListItems.

See also

Reference

WorkflowTemplate class

WorkflowTemplate members

Microsoft.SharePoint.Client.Workflow namespace