Plumtree PEIs  
 

ICreateAccountActions.OnAfterAcceptInvite Method 

This function will perform some functionality after a particular invitation has been accepted by a anonymous user.

void OnAfterAcceptInvite(
   AActivitySpace _asCurrentSpace,
   IPTSession _ptUserSession,
   string _strInviteCode
);

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
_strInviteCode
- String Code of the Invitation being accepted.

See Also

ICreateAccountActions Interface | com.plumtree.portalpages.pei Namespace