Helper.CheckPermission Method
Include Protected Members
Include Inherited Members
Checks for valid user permissions during workflow activities.
Overload List
Name | Description | |
---|---|---|
CheckPermission(WorkflowContext, String, SPItemKey, ArrayList, ArrayList, String, SPItemKey) | Checks for valid permissions on specific list or list items during the execution of the specified workflow instance. | |
CheckPermission(WorkflowContext, String, Int32, ArrayList, ArrayList, String, Int32) | Checks for valid permissions on specific list or list items during the execution of the specified workflow instance. | |
CheckPermission(WorkflowContext, Guid, SPItemKey, ArrayList, ArrayList, Guid, SPItemKey, Boolean) | Checks for valid permissions on a specific list or list item during the execution of the specified workflow instance. | |
CheckPermission(WorkflowContext, Guid, Int32, ArrayList, ArrayList, Guid, Int32, Boolean) | Checks for valid permissions on specific list or list items during the execution of the specified workflow instance. |
Top