Class DocumentHistoryItemInfo
Encapsulates document history item information for a document.
Inheritance
DocumentHistoryItemInfo
Syntax
public class DocumentHistoryItemInfo
Fields
DocumentOrDivisionGuid
The guid of the document or the slice. It can be an empty guid if the history item is not belonging to a document.
Declaration
public Guid DocumentOrDivisionGuid
Type
GuidDocumentOrDivisionName
The name of the document or the slice. It can be an empty string if the history item is not belonging to a document.
Declaration
public string DocumentOrDivisionName
Type
StringHistoryItemType
The type of the document history item.
Declaration
public DocumentHistoryItemType HistoryItemType
Type
DocumentHistoryItemTypeModifierSVGroupId
Gets the guid of the subvendor group of the modifier user if she is member of a subvendor group, otherwise it is an empty guid.
Declaration
public Guid ModifierSVGroupId
Type
GuidModifierUserGuid
The guid of the user who did the operation. It can be an empty guid if the operation was not initiated by a single user.
Declaration
public Guid ModifierUserGuid
Type
GuidTimeStamp
The time of the operation.
Declaration
public DateTime TimeStamp