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

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: Boolean
True if user has the specified security level, false otherwise
See Also