Plumtree EDK (Enterprise Web Development Kit) 5.4.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 if the query interface URL is not valid
PortalException if the operation resulted in an error on the portal
SoapException if there is a communication problem during the execution of the remote method call

See Also

IPortlet Interface | Plumtree.Remote.PRC Namespace