Uiinfrastructure API Docs  
 

ILoginControl.SetRedirectForUseAfterLogin Method 

This method sets a redirect on the login control for use after a successful login. This allows a user to be bounced from a page if they are not logged in, and then return to that page after they log in.

void SetRedirectForUseAfterLogin(
   Redirect r
);

Parameters

r

See Also

ILoginControl Interface | com.plumtree.uiinfrastructure.activityspace Namespace