IWebAccountServiceTryGetUserByUsernameAndPassword Method

Attempts to retrieve an IWebUser by their username and password

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public bool TryGetUserByUsernameAndPassword(
	string username,
	string password,
	out IWebUser user
)

Parameters

username  String
Username of the iWeb user to retrieve
password  String
Password of the iWeb user to retrieve
user  IWebUser
The requested user, if successful; otherwise null

Return Value

Boolean
True if successful; otherwise false

See Also