Click or drag to resize

IAudit_User Interface


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: 10.5.94
Syntax
public interface IAudit_User

The IAudit_User type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the user's entity ID
Public propertyName
Gets the user's full name
Public propertyUserId
Gets the user's UserID.
Top
Examples
Audit_User is a property of IAuditEntry.
C#
IAudit_User auditUser = auditEntry.User;
See Also