CustomerRepositoryTCustomer, TAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationGetByWebLoginT(String) Method

Retrieves a single customer by their web login.

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public T GetByWebLogin<T>(
	string webLogin
)
where T : new()

Parameters

webLogin  String
The web login used for lookup. Must be unique.

Type Parameters

T

Return Value

T
The requested customer

Exceptions

IgnitionEntityNotFoundExceptionNo customer was found with the requested web login.
InvalidOperationExceptionMultiple customers were found with the requested web login.

See Also