Plumtree PEIs  
 

ICreateAccountActions Interface

This interface was created to allow developers the ability to create functions that would be dynamically discovered by the Plumtree application that would perform some functionality that would occur during the acceptance of a invitation or manual creation of a user account.

NOTE: Should this interface be implemented more than once within the Dynamic Discovery process, the implementations will be processed in the order that they are displayed within the representative XML file. All implementations will be called.

NOTE: In the case where multiple implementations return a String object, all the valid Strings (not null and not empty) will be appended together (separated by a blank space) and the final String will be the error message displayed on the page.

For a list of all members of this type, see ICreateAccountActions Members.

public interface ICreateAccountActions

Requirements

Namespace: com.plumtree.portalpages.pei

Assembly: portalpages (in portalpages.dll)

See Also

ICreateAccountActions Members | com.plumtree.portalpages.pei Namespace