Uiinfrastructure API Docs  
 

Redirect.SetIsErrorRedirect Method 

This method sets whether or not this redirect should be handled as an error bounce by the Interpreter. If it is, and the user is not logged on, they will be redirected to the login page, and then be redirected back to this redirect after a succesful login. If they are not logged in, they will see an error page and then be redirected back.

public virtual void SetIsErrorRedirect(
   bool bRedirect
);

Parameters

bRedirect

See Also

Redirect Class | com.plumtree.uiinfrastructure.activityspace Namespace