IContentItemSecurityLevel Method
|
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: 10.3.169
Syntax EnumNodeLevelPermission SecurityLevel(
IUser user = null
)
Function SecurityLevel (
Optional user As IUser = Nothing
) As EnumNodeLevelPermission
EnumNodeLevelPermission SecurityLevel(
IUser^ user = nullptr
)
abstract SecurityLevel :
?user : IUser
(* Defaults:
let _user = defaultArg user null
*)
-> EnumNodeLevelPermission
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:
EnumNodeLevelPermissionThe highest access level of all
Groups to which the
User belongs.
See Also