ImageGear .NET v24.12 - Updated
IsAccessAllowed(ImGearARTAccessRights) Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTAccessController Class > IsAccessAllowed Method : IsAccessAllowed(ImGearARTAccessRights) Method
Access Rights required for the operation.
Determines if the caller identified by Access Token has Access Rights to the ImGearARTPage.
Syntax
'Declaration
 
Public Overloads Function IsAccessAllowed( _
   ByVal accessRights As ImGearARTAccessRights _
) As Boolean
'Usage
 
Dim instance As ImGearARTAccessController
Dim accessRights As ImGearARTAccessRights
Dim value As Boolean
 
value = instance.IsAccessAllowed(accessRights)
public bool IsAccessAllowed( 
   ImGearARTAccessRights accessRights
)
public: bool IsAccessAllowed( 
   ImGearARTAccessRights* accessRights
) 
public:
bool IsAccessAllowed( 
   ImGearARTAccessRights^ accessRights
) 

Parameters

accessRights
Access Rights required for the operation.

Return Value

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

Reference

ImGearARTAccessController Class
ImGearARTAccessController Members
Overload List