Uiinfrastructure API Docs  
 

ComponentMgr.StoreUserInput Method (String, XPHashtable)

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

public virtual void StoreUserInput(
   string _strUniqueInstanceID,
   XPHashtable _htRequestParameters
);

Parameters

_strUniqueInstanceID
The unique instance ID 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