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.6.492
Syntax
void ValidateUserPermission(
	IUser user
)

Parameters

user  IUser
The permission of this user is checked before saving the entity.
See Also