Class DocDeliveryResultInfo
The result of the delivery of a single document in a delivery package.
Inheritance
System.Object
DocDeliveryResultInfo
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
System.GuidDocumentName
The name of the document.
Declaration
public string DocumentName
Type
System.StringTargetLang
The target language of the document.
Declaration
public string TargetLang