Click or drag to resize

IEntityValidateUserPermission Method


Validates the user permission on the current entity. Implemented by concrete inheriting types. It is called automatically upon saving an entity.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void ValidateUserPermission(
	IUser user
)

Parameters

user
Type: Ingeniux.CMSIUser
The permission of this user is checked before saving the entity.
See Also