Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.DataCom
StateFinder Class
StateFinder Methods
Find Method
StateFinder
Find Method
Searches for a state in CMS that corresponds to to the specified Data.com state name, and returns it.
Namespace:
CMS.DataCom
Assembly:
CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax
C#
Copy
public
StateInfo
Find
(
string
name
,
CountryInfo
country
)
Parameters
name
Type:
System
String
The Data.com state name.
country
Type:
CMS.Globalization
CountryInfo
The CMS country to which the state belongs.
Return Value
Type:
StateInfo
The CMS state that corresponds to the specified Data.com state name, if found; otherwise, null.
Implements
IStateFinder
Find(String, CountryInfo)
See Also
Reference
StateFinder Class
CMS.DataCom Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com