IAudit_Entity Interface Ingeniux CMS Content Store API

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

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
Examples

Audit Entity is a property of IAuditEntry.
C#
IAudit_Entity entity = auditEntry.Entity;
See Also

Reference