EWebAccountServiceGetUserByRecordNumber(Int32) Method

Retrieve a user, selected by their record number.

Definition

Namespace: Ignition.Crm.AccountManagement
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public User GetUserByRecordNumber(
	int recordNumber
)

Parameters

recordNumber  Int32
Record number of the user to retrieve

Return Value

User
The requested user

Exceptions

IgnitionEntityNotFoundExceptionA user with the specified record number was not found

See Also