Class PackageContentDocument
Describes a document in a package.
Syntax
public class PackageContentDocument
Fields
Deadline
The deadline for the user.
Declaration
public DateTime Deadline
Type
DateTimeDocumentGuid
The identifier of the document.
Declaration
public Guid DocumentGuid
Type
GuidDocumentName
The name of the document.
Declaration
public string DocumentName
Type
StringRole
The assignment role of the user. 0: Translator 1: Reviewer1 2: Reviewer2
Declaration
public int Role
Type
Int32TargetLang
The target language fo the document.
Declaration
public string TargetLang