• Introduction
  • Web Service API
  • Callback service
Show / Hide Table of Contents
  • Overview
  • API
    • DeliveryItem
    • DeliveryProjectInfo
    • IMemoQServerCallback
    • WorkflowStatus
  • WSDL

Class DeliveryItem

Describes a delivered document.

Inheritance
Object
DeliveryItem
Syntax
public class DeliveryItem

Fields

DocumentGuid

The unique identifier of the affected document or slice in memoQ Server.

Declaration
public Guid DocumentGuid
Type
Guid

DocumentName

The name of the document or slice.

Declaration
public string DocumentName
Type
String

ExternalDocumentId

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
String

NewAssignedUserId

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
WorkflowStatus

PreviousAssignedUserId

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
WorkflowStatus

TargetLanguageCode

The three(+two) character language code of the document.

Declaration
public string TargetLanguageCode
Type
String
Back to top memoQ Server API documentation