WebCenter Interaction API  
 

IPTMyPortal.LookupCommunitySettings Method (String[])

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(
   string[] arrSettings
);

Parameters

arrSettings
- array of setting names that are desired

Return Value

Object[][] - array of names and corresponding values Object[name(0) or value{1)][index]

See Also

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