Uiinfrastructure API Docs  
 

HTTPHelpers.GetArgumentAsBoolean 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 bool GetArgumentAsBoolean(
   XPHashtable _htArguments,
   string _strKey,
   bool _bDefault
);

Parameters

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