Uiinfrastructure API Docs  
 

HTTPHelpers.GetArgumentAsString Method 

This helper method retrieves a single argument from the argument hashtable. If the argument does not exist or is null, the default value will be used.

public static string GetArgumentAsString(
   XPHashtable _htArguments,
   string _strKey,
   string _strDefault
);

Parameters

_htArguments
Arguments to reach the new space.
_strKey
The key for the argument you want.
_strDefault
Value to return if argument is null.

Return Value

The specified argument from the argument hashtable.

See Also

HTTPHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace