Click or drag to resize

SessionLogIn Method

Web log in

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static bool LogIn(
	string pUserName,
	string pPassword
)

Parameters

pUserName
Type: SystemString

[Missing <param name="pUserName"/> documentation for "M:SOWIWeb.Helper.Session.LogIn(System.String,System.String)"]

pPassword
Type: SystemString
raw - no encrypted

Return Value

Type: Boolean
Authenticated
Remarks
Set Session properties ClientName, Token, UserName and DictionaryUI
See Also