CategoryList

Description

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

categorySchema1Name/category1Name/subcategory1Name/...;categorySchema2Name/category2Name/subcategory2Name/...
This type can be specified only as a nested element of an asset. Use this type if you need to specify categories in a properties file.

Example

Modify an assets categories

<modify server="ramServer">
   <asset guid="{0000-1111-2222-3333}" version="1.0">
      <categoryList>Automobile/Model/Foreign/Honda/Civic;Automobile/Color/Blue</categoryList>
   </asset>
</modify>