IAssetSecurityEntryPermission Method (IUser) Ingeniux CMS Content Store API

Retrieves the highest permission for a given user. The permission is highest of all groups this User belongs to, including the Everyone group.

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

EnumAssetNodeLevelPermission Permission(
	IUser user
)

Parameters

user
Type: Ingeniux.CMSIUser
The user for whom to retrieve permissions

Return Value

Type: EnumAssetNodeLevelPermission
Highest permission level for the given User
See Also

Reference