Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.CountryISO3166.GetCountries Method

Returns a collection of all countries.

Class: YetaWF.Core.Components.CountryISO3166
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public static List<Country> GetCountries( bool IncludeSiteCountry = true );

Parameters

IncludeSiteCountry

true to include the country where the YetaWF site is located, false otherwise. If the country is included, it is moved to the top of the list.

Return Value

Returns a collection of all countries.

See Also YetaWF.Core.Components.CountryISO3166 ClassYetaWF.Core Overview