Click or drag to resize
CountryFinderFind Method
Searches for a country in CMS that corresponds to to the specified Data.com country name, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public CountryInfo Find(
	string name
)

Parameters

name
Type: SystemString
The Data.com country name.

Return Value

Type: CountryInfo
The CMS country that corresponds to the specified Data.com country name, if found; otherwise, null.

Implements

ICountryFinderFind(String)
See Also