AquaLogic Interaction Development Kit (IDK) 6.0.0

IPortlet.RemoveCommunityPortletSetting Method 

Removes a CommunityPortlet setting for the Portlet.

void RemoveCommunityPortletSetting(
   int communityID,
   string name
);

Parameters

communityID
The ID of the community to remove the setting from.
name
The name of the setting to remove.

Remarks

If the CommunityPortlet setting was not set for the Portlet previously, this method will have no effect. Note: This setting will not be removed from the portal until Save() is called.

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