WebCenter Interaction API  
 

IPTMyPortal.AddPersonalSetting Method (String, Object)

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

void AddPersonalSetting(
   string strPersonalSetting,
   object objValue
);

Parameters

strPersonalSetting
- name of the setting
objValue
- object value of the setting This function is being considered for removal.

See Also

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