Class AssignmentChangeHistoryItemInfo
Encapsulates history information related to the document assignment changes.
Syntax
public class AssignmentChangeHistoryItemInfo : DocumentHistoryItemInfo
Fields
Deadline
The deadline for the assigned user. It will be the minimum value of the DateTime if the document had been assigned to no one.
Declaration
public DateTime Deadline
Type
DateTimeNewUserGuid
The guid of the assigned user. It will be an empty guid if the document had been assigned to no one.
Declaration
public Guid NewUserGuid
Type
GuidRole
The document assignment role. The currently accepted values are the following: 0: Translator 1: Reviewer1 2: Reviewer2
Declaration
public int Role