Click or drag to resize

IContentItemAllowUser Method


Checks whether the given user was granted the specified access level.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool AllowUser(
	IUser user,
	EnumNodeLevelPermission security
)

Parameters

user  IUser
The user whose access level will be checked
security  EnumNodeLevelPermission
The access level

Return Value

Boolean
True if the User has equal or higher access level, false if the user doesn't.
See Also