WebCenter Interaction API  
 

IPTMyPortal.AddCommunitySetting Method (String, String)

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,
   string strValue
);

Parameters

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

See Also

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