AssetCategories.Add Method
Parent Object: AssetCategoriesDescription
Method that creates a new asset category in the library.
Syntax
AssetCategories.Add( DisplayName As String, Asset As Asset ) As AssetCategoryParameters
Name | Type | Description |
DisplayName | String | Displayed name of the category as shown to the user in the browser. |
Asset | Asset | An Asset that will be used as the first item in the category. The asset must exist in the same library or document as the category being created. |