Share via


Helper.CheckPermission method (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.

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

Syntax

'Declaration
Public Shared Function CheckPermission ( _
    context As WorkflowContext, _
    currentListId As String, _
    currentListItem As Integer, _
    users As ArrayList, _
    roles As ArrayList, _
    targetListId As String, _
    targetListItem As Integer _
) As Boolean
'Usage
Dim context As WorkflowContext
Dim currentListId As String
Dim currentListItem As Integer
Dim users As ArrayList
Dim roles As ArrayList
Dim targetListId As String
Dim targetListItem As Integer
Dim returnValue As Boolean

returnValue = Helper.CheckPermission(context, _
    currentListId, currentListItem, _
    users, roles, targetListId, targetListItem)
public static bool CheckPermission(
    WorkflowContext context,
    string currentListId,
    int currentListItem,
    ArrayList users,
    ArrayList roles,
    string targetListId,
    int targetListItem
)

Parameters

Return value

Type: System.Boolean
true if the permissions are valid; otherwise, false..

See also

Reference

Helper class

Helper members

CheckPermission overload

Microsoft.SharePoint.WorkflowActions namespace