Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Method Signature

String getParameterValue(String parameterName);

v2 Usage

ultraCart.util.getParameterValue(parameterName)

Description

Reads the value for the parameter specified.

Parameters

String parameterName - The name of the parameter that should be retrieved.

Result

String - the value of the parameter. If the parameter was not specified then null will be returned.


  • No labels