Uiinfrastructure API Docs  
 

HTTPHelpers.GetArgumentAsInt 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 int GetArgumentAsInt(
   XPHashtable _htArguments,
   string _strKey,
   int _nDefault
);

Parameters

_htArguments
Arguments to reach the new space.
_strKey
The key for the argument you want.
_nDefault
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