Returns the item code of the item with the given number.

Syntax

Smartsite SXML CopyCode image Copy Code
string cms.getitemcode(integer itemNumber)

Parameters

Name Data Type Description
itemNumber Integer The item number.

Return Value

Data Type Description
String String representing the item's code.

Expand image Example

SXML