Represents the user that performs the action on the entity tracked in AuditEntry.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
The IAudit_User type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Id |
Gets the user's entity ID
| |
| Name |
Gets the user's full name
| |
| UserId |
Gets the user's UserID.
|
Examples
C#
IAudit_User auditUser = auditEntry.User;
See Also