TTMSFNCCloudFileConversionFiles Class
Collection of TTMSFNCCloudFileConversionFile objects holding the output files of a conversion job.
API unit family: TMSFNCCloudFileConversion
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCCloudFileConversionFiles = class(TTMSFNCOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the output files in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Creates a new file item, appends it to the collection and returns it. |
| DownloadAllFilesToFiles | Downloads all output files in the collection and saves them to a directory on disk. |
| DownloadAllFilesToStreams | Downloads all output files in the collection into in-memory streams. |
| Insert | Creates a new file item and inserts it at the given position. |