Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

IPortletRequest.GetAggregationMode Method 

Returns the current AggregationMode for the portlet.

AggregationMode GetAggregationMode();

Return Value

The AggregationMode.

Remarks

The aggregation mode indicates whether the portlet is alone on the portal page or displayed with other portlets.

Exceptions

Exception Type Condition
NotGatewayedException The request is not gatewayed.
ProtocolNotSupportedException Used with a version of the portal that does not support this feature.

See Also

IPortletRequest Interface | Plumtree.Remote.Portlet Namespace