Uiinfrastructure API Docs  
 

ComponentMgr.StoreUserInput Method

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

Overload List

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

public virtual int StoreUserInput(int,XPHashtable);

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

public virtual void StoreUserInput(string,XPHashtable);

See Also

ComponentMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace