Class TranslationDocumentUserRoleAssignment
Represents the assignment of a user to a server project translation document for document assignment role with a deadline (e.g. userX to document Y with document assignment role reviewer1 with deadline 1/1/2011).
Syntax
public class TranslationDocumentUserRoleAssignment
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
Int32UserGuid
The Guid of the user.
Declaration
public Guid UserGuid