| CountryRelationServiceGetCountryRelation Method |
Namespace:
Dynamicweb.Ecommerce.International
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public CountryRelation GetCountryRelation(
string methodType,
string methodId,
string languageId,
string countryId,
string regionCode
)
Public Function GetCountryRelation (
methodType As String,
methodId As String,
languageId As String,
countryId As String,
regionCode As String
) As CountryRelation
Parameters
- methodType
- Type: SystemString
- methodId
- Type: SystemString
- languageId
- Type: SystemString
- countryId
- Type: SystemString
- regionCode
- Type: SystemString
Return Value
Type:
CountryRelationSee Also