Click or drag to resize

SessionLogIn Method

Application log in

Namespace:  Velo.Web.Helper
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static bool LogIn(
	string pUID
)

Parameters

pUID
Type: SystemString
Details see documentation topic User/Employee

Return Value

Type: Boolean
Authenticated
Remarks
Set Session properties User, IsAuthenticated and IsAdministrator
See Also