Aqualogic Interaction API  
 

IPTGadgetInfo.AddCommunitySetting Method

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.

Overload List

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,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,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,int);

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

See Also

IPTGadgetInfo Interface | com.plumtree.server Namespace