WebCenter Interaction API  
 

IPTMyPortal.LookupCommunitySettings Method (String)

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 strSetting
);

Parameters

strSetting
- setting name that is desired

Return Value

Object[][] - array of name and corresponding value Object[0][0] = setting name Object[1][0] = setting value

See Also

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