ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTAccessController Class / OnIsAccessAllowed Method / OnIsAccessAllowed(ImGearARTAccessRights) Method
Access Rights required for the operation.




In This Topic
    OnIsAccessAllowed(ImGearARTAccessRights) Method
    In This Topic
    Implement this abstract method to determine if the caller identified by Access Token has Access Rights to the ImGearARTPage.
    Syntax
    'Declaration
     
    Protected Overloads MustOverride Function OnIsAccessAllowed( _
       ByVal accessRights As ImGearARTAccessRights _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearARTAccessController
    Dim accessRights As ImGearARTAccessRights
    Dim value As Boolean
     
    value = instance.OnIsAccessAllowed(accessRights)
    protected abstract bool OnIsAccessAllowed( 
       ImGearARTAccessRights accessRights
    )
    protected: abstract bool OnIsAccessAllowed( 
       ImGearARTAccessRights* accessRights
    ) 
    protected:
    abstract bool OnIsAccessAllowed( 
       ImGearARTAccessRights^ accessRights
    ) 

    Parameters

    accessRights
    Access Rights required for the operation.

    Return Value

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