ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTAccessController Class / IsAccessAllowed Method / IsAccessAllowed(ImGearARTAccessRights,ImGearARTGroup) Method
Access Rights required for the operation.
Art group to which access should be checked.




In This Topic
    IsAccessAllowed(ImGearARTAccessRights,ImGearARTGroup) Method
    In This Topic
    Determines if the caller identified by Access Token has Access Rights to the ImGearARTGroup.
    Syntax
    'Declaration
     
    Public Overloads Function IsAccessAllowed( _
       ByVal accessRights As ImGearARTAccessRights, _
       ByVal group As ImGearARTGroup _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearARTAccessController
    Dim accessRights As ImGearARTAccessRights
    Dim group As ImGearARTGroup
    Dim value As Boolean
     
    value = instance.IsAccessAllowed(accessRights, group)
    public bool IsAccessAllowed( 
       ImGearARTAccessRights accessRights,
       ImGearARTGroup group
    )
    public: bool IsAccessAllowed( 
       ImGearARTAccessRights* accessRights,
       ImGearARTGroup* group
    ) 
    public:
    bool IsAccessAllowed( 
       ImGearARTAccessRights^ accessRights,
       ImGearARTGroup^ group
    ) 

    Parameters

    accessRights
    Access Rights required for the operation.
    group
    Art group to which access should be checked.

    Return Value

    Returns true if access is allowed, otherwise returns false.
    See Also