Aqualogic Interaction API  
 

IPTGadgetInfo.LookupCommunitySettings Method

Look up community settings (preferences) for the community that the current page is part of. Throws an exception if the current page is a my page.

Overload List

Look up community settings (preferences) for the community that the current page is part of. Throws an exception if the current page is a my page.

object[][] LookupCommunitySettings(object);

Look up one community setting (preference) for the community that the current page is part of. Throws an exception if the current page is a my page.

object[][] LookupCommunitySettings(string);

Look up community settings (preferences) for the community that the current page belongs to. Throws an exception if the current page is a my page.

object[][] LookupCommunitySettings(string[]);

See Also

IPTGadgetInfo Interface | com.plumtree.server Namespace