IUserUserRightGranted Method Ingeniux CMS Content Store API

Checks whether the specified User Right is granted to this User.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

bool UserRightGranted(
	IUserRights right
)

Parameters

right
Type: Ingeniux.CMSIUserRights
The User Right to check on

Return Value

Type: Boolean
True if any Groups this user belongs to include the specified User Right.
Remarks

When the value of the "right" parameter is null, returns true.

See Also

Reference