IUnmanagedAssetItemAllowUser Method
|
Checks whether a given
User has the specified
security level
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool 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
- Type: Ingeniux.CMSIUser
The user to check security on - security
- Type: Ingeniux.CMS.EnumsEnumNodeLevelPermission
The security level to check for the user
Return Value
Type:
BooleanTrue if user has the specified security level, false otherwise
See Also