Click or drag to resize
ehrThomas

ApiLogIn Method

Attempts to login to the ehrThomas instance. It returns a LoginResult object, which contains the list of databases the user can access.

Namespace:  ehrApi
Assembly:  ehrApi (in ehrApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LoginResult LogIn(
	string UserName,
	string Password
)

Parameters

UserName
Type: SystemString
The name of the user logging in
Password
Type: SystemString
The user's password

Return Value

Type: LoginResult
LoginResult
See Also