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.3.169
Syntax public interface IAudit_Entity
Public Interface IAudit_Entity
public interface class IAudit_Entity
type IAudit_Entity = interface end
The IAudit_Entity type exposes the following members.
Properties
| Name | Description |
---|
| Id |
Gets the entity ID
|
| Type |
Gets the entity full type name
|
TopExamples
Audit Entity is a property of
IAuditEntry.
IAudit_Entity entity = auditEntry.Entity;
See Also