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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property PermissionsManual As BasePermissions
Get
'Usage
Dim instance As WorkflowTemplate
Dim value As BasePermissions
value = instance.PermissionsManual
[RemoteAttribute]
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.