Gets the name of a mapped URL parameter at the given index.

Syntax

Smartsite SXML CopyCode image Copy Code
string url.getmappedname(locator location, integer index)

Parameters

Name Data Type Description
location Locator The location.
index Integer The index (1-based) of the URL parameter.

Return Value

Data Type Description
String String
SXML