PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Determines if the specified location refers to an Asset Item.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean cms.asset.isassetitemreference(locator reference)

Parameters

Name Data Type Description
reference Locator The reference.

Return Value

Data Type Description
Boolean True if the specified location is a reference to an asset item, otherwise false.
SXML