CountryRepositoryGetByCode(String) Method

Retrieve a country by its country code.

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public Country GetByCode(
	string countryCode
)

Parameters

countryCode  String
Country code to look up

Return Value

Country
The requested country

See Also