Class DeliveryItem
Describes a delivered document.
Syntax
public class DeliveryItem
Fields
DocumentGuid
The unique identifier of the affected document or slice in memoQ Server.
Declaration
public Guid DocumentGuid
Type
GuidDocumentName
The name of the document or slice.
Declaration
public string DocumentName
Type
StringExternalDocumentId
The external identifier of the document that was provided when importing the document, if any. Not interpreted or changed by memoQ Server, returned in the same format as received.Null in case of a slice.
Declaration
public string ExternalDocumentId
Type
StringNewAssignedUserId
The unique identifiers of the user(s) (in memoQ Server) who are the new assignee of the document after the delivery (if applicable).
Declaration
public Guid[] NewAssignedUserId
Type
Guid[]NewAssignedUserName
The usernames of the user(s) (in memoQ Server) who are the new assignee of the document after the delivery (if applicable).
Declaration
public string[] NewAssignedUserName
Type
String[]NewWorkflowStatus
The new workflow state after the delivery.
Declaration
public WorkflowStatus NewWorkflowStatus
Type
WorkflowStatusPreviousAssignedUserId
The unique identifiers of the user(s) (in memoQ Server) who were the previous assignee of the document before the delivery (if applicable).
Declaration
public Guid[] PreviousAssignedUserId
Type
Guid[]PreviousAssignedUserName
The usernames of the user(s) (in memoQ Server) who were the previous assignee of the document before the delivery (if applicable).
Declaration
public string[] PreviousAssignedUserName
Type
String[]PreviousWorkflowStatus
The previous workflow state before the delivery.
Declaration
public WorkflowStatus PreviousWorkflowStatus
Type
WorkflowStatusTargetLanguageCode
The three(+two) character language code of the document.
Declaration
public string TargetLanguageCode