Plumtree Portal UI  
 

SearchFormFactory.AddOptionalSetting Method

Add an optional setting that will be set only if the indicated optionName is selected

Overload List

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);

See Also

SearchFormFactory Class | com.plumtree.portaluiinfrastructure.search Namespace