IPublishPostProcessPlugin - IshUploadPublishResult
Uploads the file specified in the items collection by the given key as a result to the publication output.
Plugin Input
Plugin configuration parameters
| Parameter | Required | Default value | Allowed values | Description |
|---|---|---|---|---|
| FilePathToUploadContextItemsKey | Yes | Valid key name, present in items collection | Item key of the item containing the full file path to upload. | |
| NumberOfRetries | No | 3 | Number | The number of times an upload is retried. |
| WaitTimeBetweenRetries | No | 00:05:00 | Valid TimeSpan | Time to wait between retries of the upload. |
Input expected in the context.Items collection: None.
Plugin Outcome
None
plugin name="ISHUPLOADPULISHRESULT" example
<plugin name="ISHUPLOADPUBLISHRESULT" handler="IshUploadPublishResult">
<description>Uploads the file specified in the Items collection by the given key as a result to the publication output.</description>
<initialize>
<parameters>
<parameter name="FilePathToUploadContextItemsKey">CompressedFilePath</parameter>
</parameters>
</initialize>
</plugin>
Plugin flow
IshUploadPublishResultPlugin does the following:
- Uploads the file specified in the items collection by the given key as a result to the publication output.