Plumtree PEIs  
 

ICommunityActions.OnAfterUserJoinsCommunity Method 

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

void OnAfterUserJoinsCommunity(
   AActivitySpace _asCurrentSpace,
   IPTSession _ptUserSession,
   int[] _arrJoinedCommIDs
);

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
_arrJoinedCommIDs
- Array of the community IDs being joined as ints

See Also

ICommunityActions Interface | com.plumtree.portalpages.pei Namespace