Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatch Class / VerifyNodesPermissions Method
nodes to test
permissions


In This Topic
    VerifyNodesPermissions Method
    In This Topic
    Verifies if the batch nodes have the required permissions
    Syntax
    'Declaration
     
    
    Protected Overridable Function VerifyNodesPermissions( _
       ByVal nodes As NNodeList, _
       ByVal permissions As AbilitiesMask _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NBatch
    Dim nodes As NNodeList
    Dim permissions As AbilitiesMask
    Dim value As System.Boolean
     
    value = instance.VerifyNodesPermissions(nodes, permissions)
    protected virtual System.bool VerifyNodesPermissions( 
       NNodeList nodes,
       AbilitiesMask permissions
    )

    Parameters

    nodes
    nodes to test
    permissions
    permissions

    Return Value

    true if all nodes satisfy the permissions, otherwise false
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also