| | WebCenter Interaction API | |
| IPTGadgetInfo.AddCommunitySetting Method (String, XPDateTime) |
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,
XPDateTime dtValue
);
Parameters
-
strCommunitySetting
- - name of the setting
-
dtValue
- - XPDateTime value of the setting
See Also
IPTGadgetInfo Interface | com.plumtree.server Namespace | IPTGadgetInfo.AddCommunitySetting Overload List