SPWorkflowTemplate.PermissionsManual property

Gets or sets the permission level that is required for manually starting workflows that are based on this template.

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

Syntax

'Declaration
Public Property PermissionsManual As SPBasePermissions
    Get
    Set
'Usage
Dim instance As SPWorkflowTemplate
Dim value As SPBasePermissions

value = instance.PermissionsManual

instance.PermissionsManual = value
public SPBasePermissions PermissionsManual { get; set; }

Property value

Type: Microsoft.SharePoint.SPBasePermissions
One of the enumeration values that specifies the permission level for manually starting workflows based on this template.

Remarks

The default value is EditListItems.

See also

Reference

SPWorkflowTemplate class

SPWorkflowTemplate members

Microsoft.SharePoint.Workflow namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview