IEntityValidateUserPermission Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

void ValidateUserPermission(
	IUser user
)

Parameters

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

Reference