Click or drag to resize

CountryRepositoryGetByCode(String) Method

Retrieve a country by its country code.

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public Country GetByCode(
	string countryCode
)

Parameters

countryCode  String
Country code to look up

Return Value

Country
The requested country
See Also