Uiinfrastructure API Docs  
 

LoginHelper.AttemptLogin Method (String, String, Object, Boolean, AActivitySpace, IXPRequest, IWebData)

Attempts to create and connect a new user session. Calls Login PEIs.

public LoginResult AttemptLogin(
   string strUserName,
   string strPassword,
   object token,
   bool bUseNumericConnect,
   AActivitySpace asOwner,
   IXPRequest request,
   IWebData webData
);

Return Value

LoginResult the result of this login attempt.

See Also

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