Click or drag to resize

CountrySourceCountrySourceDataItem Constructor (String, String)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public CountrySourceDataItem(
	string code,
	string name
)

Parameters

code
Type: SystemString
Country code.
name
Type: SystemString
Country name.
See Also