WebCenter Interaction API  
 

IPTMyPortal.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

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