Represents an entity within an audit entry. This interface captures the most fundamental information regarding the entity that is involved in the action being tracked.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IAudit_Entity type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id |
Gets the entity ID
| |
Type |
Gets the entity full type name
|
Examples
C#
IAudit_Entity entity = auditEntry.Entity;
See Also