Plumtree PEIs  
 

ICommunityActions.OnAfterUserQuitsCommunity Method 

This function can be used to notify after a user has directly unsubscribed from a community.

void OnAfterUserQuitsCommunity(
   AActivitySpace _asCurrentSpace,
   IPTSession _ptUserSession,
   int[] _arrQuitCommIDs
);

Parameters

_asCurrentSpace
- Provides access to the current MVC classes as well as the Application and the HTTP Session
_ptUserSession
- Plumtree session object for the current user
_arrQuitCommIDs
- Array of the community IDs being unsubscribed from as ints

See Also

ICommunityActions Interface | com.plumtree.portalpages.pei Namespace