Click or drag to resize

CountryRelation Constructor (String, String)

Note: This API is now obsolete.

Initializes a new instance of the CountryRelation class

Namespace:  Dynamicweb.Ecommerce.International
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use Services.CountryRelations.GetCountryRelation instead")]
public CountryRelation(
	string methodType,
	string methodId
)

Parameters

methodType
Type: SystemString
methodId
Type: SystemString
See Also