Uiinfrastructure API Docs  
 

IPageControl.StoreUserInput Method 

This abstract method stores the input submitted by the user. It should be called after a POST or GET. In the case of the date picker, it would store the date.

int StoreUserInput(
   XPHashtable _htRequestParameters
);

Parameters

_htRequestParameters
A hashtable containing the request's name- value pairs.

See Also

IPageControl Interface | com.plumtree.uiinfrastructure.activityspace Namespace