Class DocDeliveryResultInfo
The result of the delivery of a single document in a delivery package.
Syntax
public class DocDeliveryResultInfo
Fields
DeliveryResult
The result of the delivery.
Declaration
public DocDeliveryResult DeliveryResult
Type
DocDeliveryResultDocumentGuid
The identifier of the document.
Declaration
public Guid DocumentGuid
Type
GuidDocumentName
The name of the document.
Declaration
public string DocumentName
Type
StringTargetLang
The target language of the document.
Declaration
public string TargetLang