IUserGroupUserRightGranted Method
|
Checks whether a specific set of permissions is granted to this group.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool UserRightGranted(
UserRight right
)
Function UserRightGranted (
right As UserRight
) As Boolean
bool UserRightGranted(
UserRight^ right
)
abstract UserRightGranted :
right : UserRight -> bool
Parameters
- right
- Type: UserRight
The permission to check on
Return Value
Type:
BooleanTrue if the permissions are granted, false otherwise.
See Also