IPageSecurityLevel Method Ingeniux CMS Content Store API

Retrieves the access level of specific User. The access level is the highest access level of all the Groups to which this user belongs.

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

EnumNodeLevelPermission SecurityLevel(
	IUser user = null
)

Parameters

user (Optional)
Type: Ingeniux.CMSIUser
The user for which to check access level. When this value is null or omitted, this method returns the access level of the current user—the user that retrieved this page object.

Return Value

Type: EnumNodeLevelPermission
The highest access level of all Groups to which the User belongs.
See Also

Reference