Skip to content

UserRegister - cWebSessionManagerStandard

It creates a new User in the WebAppUser table

Type: Function
Return Data Type: Boolean

Parameters

Parameter Type Description
sLoginName String User Name
sPassword String Password

Syntax

Function UserRegister String sLoginName String sPassword Returns Boolean

Call Example

Get UserRegister sLoginName sPassword to BooleanVariable

Description

It creates a new User in the WebAppUser table, given a login name and password.

It returns True if the operation succeeded.

Return Value

True if successful, otherwise False