Click or drag to resize

IAuditTrailAddT Method


Adds a new Audit Entry for an entity update.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void Add<T>(
	IUser user,
	T entity,
	string actionDescription
)
where T : IEntity

Parameters

user
Type: Ingeniux.CMSIUser
User performing the action
entity
Type: T
Entity being modified
actionDescription
Type: SystemString
Description of action

Type Parameters

T
Type of entity
See Also