| CountryListGetCountries Method |
Returns a list of all countries that must be rendered.
Namespace:
Dynamicweb.Controls.OMC
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax protected virtual IEnumerable<CountryListCountryInfo> GetCountries()
Protected Overridable Function GetCountries As IEnumerable(Of CountryListCountryInfo)
Return Value
Type:
IEnumerableCountryListCountryInfoA list of countries to render.
Remarks See Also