Click or drag to resize

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.6.492
Syntax
bool UserRightGranted(
	UserRight right
)

Parameters

right  UserRight
The permission to check on

Return Value

Boolean
True if the permissions are granted, false otherwise.
See Also