| | WebCenter Interaction API | |
| IPTGadgetInfo.AddCommunitySetting Method (String, Object) |
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,
object objValue
);
Parameters
-
strCommunitySetting
- - name of the setting
-
objValue
- - object value of the setting This function is being considered for removal.
See Also
IPTGadgetInfo Interface | com.plumtree.server Namespace | IPTGadgetInfo.AddCommunitySetting Overload List