CreateSession(String,String,ClarifyLoginType) Method
The user or login name of the user
The password for the user
The type of login to perform using the specified userName
Creates a new ClarifySession and performs a login using the specified username, password, and ClarifyLoginType.
Syntax
'Declaration
Public Overloads Overridable Function CreateSession( _
ByVal _userName_ As String, _
ByVal _password_ As String, _
ByVal _loginType_ As ClarifyLoginType _
) As ClarifySession
public virtual ClarifySession CreateSession(
string _userName_,
string _password_,
ClarifyLoginType _loginType_
)
Parameters
userName
The user or login name of the user
password
The password for the user
loginType
The type of login to perform using the specified userName
Return Value
A ClarifySession logged in using the specified userName and password
Remarks
This method will log in the session using the given username, password, and login type before returning.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
ClarifyApplication Class
ClarifyApplication Members
Overload List