IUnmanagedAssetItemAllowUser Method
|
Checks whether a given
User has the specified
security 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 to check security on
- security EnumNodeLevelPermission
- The security level to check for the user
Return Value
BooleanTrue if user has the specified security level, false otherwise
See Also