UserDetailsProxy ValidateUser Method (String, String, String) CelloSaaS API Documentation
Validates the user login credentials. True if the valid credentials passed else False Primarly used in Forms validation

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static bool ValidateUser(
	string userName,
	string password,
	string companyCode
)

Parameters

userName
Type: System String
User Name(Mandatory)
password
Type: System String
Password(Mandatory)
companyCode
Type: System String
company Code(Mandatory)

Return Value

Type: Boolean
True/False
See Also