Uiinfrastructure API Docs  
 

ComponentMgr.StoreUserInput Method (Int32, XPHashtable)

This method stores the user input for a particular component given its index.

public virtual int StoreUserInput(
   int _nIndex,
   XPHashtable _htRequestParameters
);

Parameters

_nIndex
The index by which to identify the component.
_htRequestParameters
A hashtable of name-value pairs passed in with the request.

See Also

ComponentMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace | ComponentMgr.StoreUserInput Overload List