Validates the user login credentials. True if the valid credentials passed else False Primarly used in Forms validation
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- userName
- Type: System String
User Name(Mandatory)
- password
- Type: System String
Password(Mandatory)
- companyCode
- Type: System String
company Code(Mandatory)
Return Value
Type: BooleanTrue/False
See Also