Uiinfrastructure API Docs  
 

LoginHelper.AttemptGuestLogin Method (Int32, String, Object, ISessionManager, ISessionManager, IApplication, String, IXPRequest, IWebData)

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 nUserID,
   string strUserName,
   object token,
   ISessionManager subSession,
   ISessionManager persistentSubSession,
   IApplication application,
   string strRequestURL,
   IXPRequest request,
   IWebData webData
);

Return Value

LoginResult the result of this login attempt.

See Also

LoginHelper Class | com.plumtree.uiinfrastructure.login Namespace | LoginHelper.AttemptGuestLogin Overload List