Add an optional setting that will be set only if the indicated optionName is selected
Add an optional setting that will be set only if the indicated optionName is selected
public virtual void AddOptionalSetting(string,int,bool);
Add an optional setting that will be set only if the indicated optionName is selected
public virtual void AddOptionalSetting(string,int,int);
Add an optional setting that will be set only if the indicated optionName is selected
public virtual void AddOptionalSetting(string,int,int[]);
Add an optional setting that will be set only if the indicated optionName is selected
public virtual void AddOptionalSetting(string,int,string);
SearchFormFactory Class | com.plumtree.portaluiinfrastructure.search Namespace