ImageGear for .NET
IsAccessAllowed(ImGearARTAccessRights,ImGearARTGroup) Method




Access Rights required for the operation.
Art group to which access should be checked.
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

Reference

ImGearARTAccessController Class
ImGearARTAccessController Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback