fcSDK Documentation
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

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

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 2003 family

See Also

Reference

ClarifyApplication Class
ClarifyApplication Members
Overload List

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.