Gets the value of an Scf Request command (hid=scf;...) as passed through the querystring.

Syntax

Smartsite SXML CopyCode image Copy Code
string scf.getcommand(locator location, string name)
string scf.getcommand(string name)

Parameters

Name Data Type Description
location Locator The location.
name String The name of the command.

Return Value

Data Type Description
String String
SXML