UserLogin - cWebSessionManager
Performs a login with the passed params
Type: Function
Return Data Type: Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| sLoginName | String | User name |
| sPassword | String | User password |
Syntax
Function UserLogin String sLoginName String sPassword Returns Boolean
Call Example
Get UserLogin sLoginName sPassword to BooleanVariable
Description
Performs a login with the passed params. Will be augmented in superclasses.