WorkflowTemplate.PermissionsManual - Propriété
Gets a value that specifies the permission level a user must have to manually start workflow instances based on the workflow template.
Espace de noms : Microsoft.SharePoint.Client.Workflow
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PermissionsManual As BasePermissions
Get
'Utilisation
Dim instance As WorkflowTemplate
Dim value As BasePermissions
value = instance.PermissionsManual
public BasePermissions PermissionsManual { get; }
Valeur de propriété
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.