SPWorkflowWorkflowRoleCreator members
Creates a WorkflowRole for implementing role-based access to the workflows and their activities.
The SPWorkflowWorkflowRoleCreator type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetWorkflowRoleForGroups | Gets a workflow role for a specified group on a specified Microsoft SharePoint Foundation website. | |
GetWorkflowRoleForPermission(SPList, SPBasePermissions) | Gets a workflow role for the specified permissions on the specified list. | |
GetWorkflowRoleForPermission(SPListItem, SPBasePermissions) | Gets a workflow role for the specified permissions on the specified list item. | |
GetWorkflowRoleForPermission(SPWeb, SPBasePermissions) | Gets a workflow role for the specified permissions on the specified website. |
Top