AssetList

Description

Represents assets in list form. The list must be in the following format:

guid1/version1;guid2/version2;...
This type can be specified only as a nested element of a task, such as download or deleteAsset.

Example

Download a list of assets

<download server="ramServer">
   <assetList>{0000-1111-2222-3333}/1.0;{1111-2222-3333-4444}/1.1</assetList>
</download>