Plumtree UI Infrastructure API  
 

LoginResult Constructor (Object, Redirect, String, Boolean)

Creates a new LoginResult object for a failed login.

public LoginResult(
   object userSession,
   Redirect redirect,
   string strError,
   bool bIsGuestUser
);

Parameters

userSession
The new user session object.
redirect
where to redirect the user to (specified by a login PEI).
strError
An error message suitable for display to an end user (ie localized, and not revealing too much information). Should not be null.
bIsGuestUser

See Also

LoginResult Class | com.plumtree.uiinfrastructure.login Namespace | LoginResult Constructor Overload List