Interface IVersionHistory.IVersionHistoryItem
- Namespace
- Datamine.MineTrustConnector.Core.Retention
- Assembly
- Datamine.MineTrustConnector.Core.dll
Abstraction over a single item within a file's version history
public interface IVersionHistory.IVersionHistoryItem
Properties
ActionDate
Gets the date associated with this action.
DateTime ActionDate { get; }
Property Value
- DateTime
-
The action date.
FileModifiedDate
Gets the modified date of the associated file.
DateTime FileModifiedDate { get; }
Property Value
- DateTime
-
The file modified date.
FileSize
Gets the size of the associated file.
long FileSize { get; }
Property Value
- long
-
The size of the file.
Key
Gets the key which identifies this item.
int Key { get; }
Property Value
- int
-
The key.