| CountrySourceGetDataItem Method (String) |
Returns country information by the given country code.
Namespace:
Dynamicweb.Analytics.Model
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static CountrySourceCountrySourceDataItem GetDataItem(
string code
)
Public Shared Function GetDataItem (
code As String
) As CountrySourceCountrySourceDataItem
Parameters
- code
- Type: SystemString
Country code.
Return Value
Type:
CountrySourceCountrySourceDataItemCountry information or null (Nothing in Visual Basic) if country information cannot be resolved.
Exceptions See Also