Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IPortlet.GetCommunityPortletSetting Method 

Gets the value for a particular CommunityPortlet setting for the Portlet.

string GetCommunityPortletSetting(
   int communityID,
   string settingName
);

Parameters

communityID
The ID of the community to get the setting for.
settingName
The setting name.

Return Value

The setting value.

Exceptions

Exception Type Condition
HttpException The query interface URL is not valid.
PortalException The operation resulted in an error in the portal.
SoapException There was a communication problem during the execution of the remote method call.

See Also

IPortlet Interface | Plumtree.Remote.PRC Namespace