Represents the user that performs the action on the entity tracked in AuditEntry.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic interface IAudit_User
Public Interface IAudit_User
public interface class IAudit_User
type IAudit_User = interface end
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.
|
Top
Example
Audit_User is a property of
IAuditEntry.
IAudit_User auditUser = auditEntry.User;
See Also