Searches for a country in CMS that corresponds to to the specified Data.com country name, and returns it.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public CountryInfo Find(
string name
)
Parameters
- name
- Type: SystemString
The Data.com country name.
Return Value
Type:
CountryInfoThe CMS country that corresponds to the specified Data.com country name, if found; otherwise, null.
Implements
ICountryFinderFind(String)See Also