Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatch Class / VerifyPermissions Method
node
permissions mask


In This Topic
    VerifyPermissions Method
    In This Topic
    Verifies if the specified node has the required permissions
    Syntax
    'Declaration
     
    
    Protected Overridable Function VerifyPermissions( _
       ByVal node As INNode, _
       ByVal permissions As AbilitiesMask _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NBatch
    Dim node As INNode
    Dim permissions As AbilitiesMask
    Dim value As System.Boolean
     
    value = instance.VerifyPermissions(node, permissions)
    protected virtual System.bool VerifyPermissions( 
       INNode node,
       AbilitiesMask permissions
    )

    Parameters

    node
    node
    permissions
    permissions mask

    Return Value

    true if the node has the required 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