Uiinfrastructure API Docs  
 

LoginHelper.AttemptGuestLogin Method

Attempts to create and connect a new guest user session. The session connects as the given guest user ID. The given username is used only for Login PEIs. Calls Login PEIs.

Overload List

Attempts to create and connect a new guest user session. The session connects as the given guest user ID. The given username is used only for Login PEIs. Calls Login PEIs.

public LoginResult AttemptGuestLogin(int,string,object,ISessionManager,ISessionManager,IApplication,string,IXPRequest,IWebData);

Attempts to create and connect a new user session. Calls Login PEIs. Note that this signature of AttemptGuestLogin will log in as the default guest user.

public LoginResult AttemptGuestLogin(object,ISessionManager,ISessionManager,IApplication,string,IXPRequest,IWebData);

See Also

LoginHelper Class | com.plumtree.uiinfrastructure.login Namespace