Class CreateDeliveryResult
Describes the result of a CreateDeliveryPackage operation.
Syntax
public class CreateDeliveryResult : ResultInfo
Fields
DocumentsNotFinished
Guids of the documents that cannot be delivered due to not being finished.
Declaration
public Guid[] DocumentsNotFinished
Type
Guid[]FileId
The id of the created delivery package. Not filled if the result is not success.
Declaration
public Guid FileId