IContentItemAllowUser Method
|
Checks whether the given user was granted the specified
access level.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool AllowUser(
IUser user,
EnumNodeLevelPermission security
)
Function AllowUser (
user As IUser,
security As EnumNodeLevelPermission
) As Boolean
bool AllowUser(
IUser^ user,
EnumNodeLevelPermission security
)
abstract AllowUser :
user : IUser *
security : EnumNodeLevelPermission -> bool Parameters
- user IUser
- The user whose access level will be checked
- security EnumNodeLevelPermission
- The access level
Return Value
BooleanTrue if the
User has equal or higher access level, false if the user doesn't.
See Also