PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Adds an Asset Item.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean cms.asset.additemfromxml(xml xmlData)

Parameters

Name Data Type Description
xmlData XML The Xml data containing the data for the new asset item.

Return Value

Data Type Description
Boolean True when the asset item has been added; otherwise false.
SXML