  | CountryRelationServiceGetCountryRelations Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.International
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic IEnumerable<CountryRelation> GetCountryRelations(
	string methodType,
	string methodId,
	string languageId
)
Public Function GetCountryRelations ( 
	methodType As String,
	methodId As String,
	languageId As String
) As IEnumerable(Of CountryRelation)
Parameters
- methodType
 - Type: SystemString
 - methodId
 - Type: SystemString
 - languageId
 - Type: SystemString
 
Return Value
Type: 
IEnumerableCountryRelation
See Also