• Introduction
  • Web Service API
  • Callback service
Search Results for

    Show / Hide Table of Contents
    • Overview
    • API
      • DeliveryItem
      • DeliveryProjectInfo
      • IMemoQServerCallback
      • WorkflowStatus
    • WSDL

    Class DeliveryItem

    Describes a delivered document.

    Inheritance
    System.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
    System.Guid

    DocumentName

    The name of the document or slice.

    Declaration
    public string DocumentName
    Type
    System.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
    System.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
    System.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
    System.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
    System.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
    System.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
    System.String
    In This Article
    Back to top WS API documentation