Plumtree UI Infrastructure API  
 

LoginHelper.DoTasksBeforeLogout Method (Object, IXPRequest, IWebData, IApplication, ISessionManager, ISessionManager)

This function will process all of the OnLogout ILoginActions functions and send the necessary Redirect back to the caller.

public Redirect DoTasksBeforeLogout(
   object userSession,
   IXPRequest request,
   IWebData webData,
   IApplication application,
   ISessionManager sessionManager,
   ISessionManager persistentSessionManager
);

Parameters

userSession
request
webData
application
sessionManager
persistentSessionManager

Return Value

Redirect - Redirect to where the user should be sent after the logout.

See Also

LoginHelper Class | com.plumtree.uiinfrastructure.login Namespace | LoginHelper.DoTasksBeforeLogout Overload List