Uiinfrastructure API Docs  
 

ILoginHelper.AttemptGuestLogin Method

Multiple-guest-user support. Attempts to create a new user session and connect as the given guest user.

Overload List

Multiple-guest-user support. Attempts to create a new user session and connect as the given guest user.

object AttemptGuestLogin(int,object,ISessionManager,IApplication,string);

Attempts to create and connect a new default guest user session.

object AttemptGuestLogin(object,ISessionManager,IApplication,string);

See Also

ILoginHelper Interface | com.plumtree.uiinfrastructure.login Namespace