Click or drag to resize

EWebAccountServiceTryGetUserByWebLoginAndPassword Method

Attempts to retrieve a user, selected by the combination of their web login and password

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public bool TryGetUserByWebLoginAndPassword(
	string webLogin,
	string password,
	out User foundUser
)

Parameters

webLogin  String
Web login of the user to retrieve
password  String
Password of the user to retrieve
foundUser  User
Will contain the retrieved user if the lookup was successful, otherwise null

Return Value

Boolean
Whether the lookup was successful
See Also