Click or drag to resize

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.6.492
Syntax
bool AllowUser(
	IUser user,
	EnumNodeLevelPermission security
)

Parameters

user  IUser
The user to check security on
security  EnumNodeLevelPermission
The security level to check for the user

Return Value

Boolean
True if user has the specified security level, false otherwise
See Also