PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Returns the item number of the corresponding asset item when the specified location refers to an asset item.

Syntax

Smartsite SXML CopyCode image Copy Code
integer cms.asset.getitemnumber(locator location)

Parameters

Name Data Type Description
location Locator The location.

Return Value

Data Type Description
Integer The item number of the corresponding asset item when the specified location refers to an asset item; otherwise null is returned.
SXML