Click or drag to resize

SessionLogIn Method

Application log in by UID (employee GUID)

Namespace:  Velo.Services
Assembly:  Velo.Services (in Velo.Services.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static Employee LogIn(
	string pUID
)

Parameters

pUID
Type: SystemString
User identification

Return Value

Type: Employee
If authenticated then gives an employee data item as result. If not authenticated then is result null.
See Also