PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Returns the derived item number when the specified location refers to an asset item.
Syntax
Smartsite SXML | Copy Code |
---|---|
integer cms.asset.getderiveditem(locator location, string name) integer cms.asset.getderiveditem(locator location, string name, locator alternativeImage) |
Parameters
Name | Data Type | Description |
---|---|---|
location | Locator | The Asset item. |
name | String | The name of an action. |
alternativeImage | Locator | Locator to an alternative Image, which should be returned when derived item could not be found. |
Return Value
Data Type | Description |
---|---|
Integer | Item-number of the derived Asset item. |