ImageGear .NET v24.12 - Updated
OnIsAccessAllowed(ImGearARTAccessRights,ImGearARTGroup) Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTAccessController Class > OnIsAccessAllowed Method : OnIsAccessAllowed(ImGearARTAccessRights,ImGearARTGroup) Method
Access Rights required for the operation.
Art group to which access should be checked.
Implement this abstract method to determine if the caller identified by Access Token has Access Rights to the ImGearARTGroup.
Syntax
'Declaration
 
Protected Overloads MustOverride Function OnIsAccessAllowed( _
   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.OnIsAccessAllowed(accessRights, group)
protected abstract bool OnIsAccessAllowed( 
   ImGearARTAccessRights accessRights,
   ImGearARTGroup group
)
protected: abstract bool OnIsAccessAllowed( 
   ImGearARTAccessRights* accessRights,
   ImGearARTGroup* group
) 
protected:
abstract bool OnIsAccessAllowed( 
   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

Reference

ImGearARTAccessController Class
ImGearARTAccessController Members
Overload List