WebCenter Interaction API  
 

IPTMyPortal.AddCommunitySetting Method (String, Double)

Add a community setting (preference) to the community that the current page is part of. Throws an exception if the current page is a my page.

void AddCommunitySetting(
   string strCommunitySetting,
   double dValue
);

Parameters

strCommunitySetting
- name of the setting
dValue
- double value of the setting

See Also

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