Click or drag to resize

IAudit_Entity Interface


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: 10.6.492
Syntax
public interface IAudit_Entity

The IAudit_Entity type exposes the following members.

Properties
 NameDescription
Public propertyId Gets the entity ID
Public propertyCode exampleType Gets the entity full type name
Top
Example
Audit Entity is a property of IAuditEntry.
C#
IAudit_Entity entity = auditEntry.Entity;
See Also