IUserGroupUserRightGranted Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

bool UserRightGranted(
	UserRight right
)

Parameters

right
Type: UserRight
The permission to check on

Return Value

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

Reference