Checks whether the given command identifier is present on the given location.

Syntax

Smartsite SXML CopyCode image Copy Code
boolean url.commands.exists(locator location, string commandIdentifier)

Parameters

Name Data Type Description
location Locator The location.
commandIdentifier String The command identifier.

Return Value

Data Type Description
Boolean Boolean

Expand image Example

SXML