AquaLogic Interaction Development Kit (IDK) 6.0.0

IPortletUser.GetCurrentCommunityAccessLevel Method 

Returns the level of access that the user has for the current Community.

CommunityAccessLevel GetCurrentCommunityAccessLevel();

Return Value

The Community access level.

Remarks

The administrator must configure the portal to send the Community ACL to the portlet.

Exceptions

Exception Type Condition
NotGatewayedException The request is not gatewayed.
ProtocolNotSupportedException Used with a version of the portal that does not support this feature.
NotInCommunityException The portlet is not currently displayed in a Community page.

See Also

IPortletUser Interface | Plumtree.Remote.Portlet Namespace