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