WebCenter Interaction API  
 

IPTGadgetInfo.AddPersonalSetting Method (String, String)

Add a personal setting (preference) for the current user.

void AddPersonalSetting(
   string strPersonalSetting,
   string strValue
);

Parameters

strPersonalSetting
- name of the setting
strValue
- string value of the setting

See Also

IPTGadgetInfo Interface | com.plumtree.server Namespace | IPTGadgetInfo.AddPersonalSetting Overload List