Presents an entry in the Audit Trail system.
This entry stores the information regarding what entity was modified,
which user worked on the entity, and what type of action was performed on that entity.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IAuditEntry type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActionDescription |
Gets the description of the action performed on the entity.
| |
Entity |
Gets the entity on which the action was performed.
| |
Time |
Gets the time of this entry.
| |
User |
Gets the user who performs the action.
|
Methods
Name | Description | |
---|---|---|
Serialize |
Returns the entry's XML presentation.
|
Examples
C#
IAuditEntry entry = store.AuditTrail.Entry("AuditEntries/8321");
See Also