Uiinfrastructure API Docs  
 

HTTPHelpers.GetQSArgString Method (String, Int32)

This helper adds a QS name/value pair to your XPStringBuilder. If the argument name is null, or if the argument value is -1, nothing is added.

public static string GetQSArgString(
   string _strArgName,
   int _nArgValue
);

Parameters

_strArgName
Name of name/value pair.
_nArgValue
Value of name/value pair.

Return Value

Argument string to add to your QS.

See Also

HTTPHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace | HTTPHelpers.GetQSArgString Overload List