EWebAccountServiceTryGetUserByRecordNumberAndPassword(Int32, String, User) Method
Attempts to retrieve a user, selected by the combination of their record number and password
Namespace: Ignition.Crm.AccountManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public bool TryGetUserByRecordNumberAndPassword(
int recordNumber,
string password,
out User foundUser
)
Public Function TryGetUserByRecordNumberAndPassword (
recordNumber As Integer,
password As String,
<OutAttribute> ByRef foundUser As User
) As Boolean
public:
virtual bool TryGetUserByRecordNumberAndPassword(
int recordNumber,
String^ password,
[OutAttribute] User^% foundUser
) sealed
abstract TryGetUserByRecordNumberAndPassword :
recordNumber : int *
password : string *
foundUser : User byref -> bool
override TryGetUserByRecordNumberAndPassword :
recordNumber : int *
password : string *
foundUser : User byref -> bool
- recordNumber Int32
- Record number 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
BooleanWhether the lookup was successful