Class TranslationDocumentUserRoleAssignmentDetails
Represents information about a user, with respect to its document assignment. Used when listing documents with their user assignments.
Syntax
public class TranslationDocumentUserRoleAssignmentDetails
Fields
DeadLine
The deadline for the specified user for the assigned document.
Declaration
public DateTime DeadLine
Type
DateTimeDocumentAssignmentRole
The document assignment role of the user. The currently accepted values are the following: 0: Translator 1: Reviewer1 2: Reviewer2
Declaration
public int DocumentAssignmentRole
Type
Int32IcrConfigId
ICR configuration id for ICR user assignment
Declaration
public Guid? IcrConfigId
Type
Nullable<Guid>UserInfoHeader
Information about the user. When the assignment type is FirstAccept and nobody has accepted the document yet or when the assignment type is GroupSourcing, then the UserGuid field is "ffffffff-ffff-ffff-ffff-ffffffffffff", the UserName and the FullName fields are "multiple".
Declaration
public UserInfoHeader UserInfoHeader