Interface IFieldHistoryEx
Flattens IFieldHistory and the relevant parts of IHistoryAudit into an easily traversible collection representing all the changes that have been tracked on a specific field (see IArcherContentAccess.ValueHistory and related methods).
Inherited Members
Namespace: Estrelica.Archer.Content
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IFieldHistoryEx : IFieldHistory
Properties
ActionDate
The UTC date/time that the audited action occurred
Declaration
DateTime ActionDate { get; }
Property Value
DateTime |
ActionUser
The IArcherUser who performed the audited action
Declaration
IArcherUser ActionUser { get; }
Property Value
IArcherUser |
ActionUserId
The Id of the user who performed the audited action
Declaration
int ActionUserId { get; }
Property Value
int |