PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Updates an Asset Item.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean cms.asset.updateitem(locator item)

Parameters

Name Data Type Description
item Locator The item to update.

Return Value

Data Type Description
Boolean truewhen the item has been updated; otherwise, if the specified item does not represent an asset item an exception will be thrown.
SXML