IAudit_User Interface Ingeniux CMS Content Store API

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

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

Reference