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