AquaLogic Interaction Development Kit (IDK) 6.0.0

IPortlet.GetCommunityPortletSettingNames Method 

Gets an enumeration of the names of current CommunityPortlet settings for the Portlet.

IEnumerator GetCommunityPortletSettingNames(
   int communityID
);

Parameters

communityID
The ID of the Community to retrieve the settings for.

Return Value

An enumeration of CommunityPortlet setting names.

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