Class CachedCountryList
Inheritance
CachedCountryList
Assembly: DotNetNuke.dll
Syntax
public class CachedCountryList : Dictionary<string, CachedCountryList.Country>, IDictionary<string, CachedCountryList.Country>, ICollection<KeyValuePair<string, CachedCountryList.Country>>, IDictionary, ICollection, IReadOnlyDictionary<string, CachedCountryList.Country>, IReadOnlyCollection<KeyValuePair<string, CachedCountryList.Country>>, IEnumerable<KeyValuePair<string, CachedCountryList.Country>>, IEnumerable, ISerializable, IDeserializationCallback
Constructors
CachedCountryList(ListController)
Declaration
public CachedCountryList(ListController listController)
Parameters
CachedCountryList(string)
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Please use overload with ListController. Scheduled removal in v12.0.0.")]
public CachedCountryList(string locale)
Parameters
| Type |
Name |
Description |
| string |
locale |
|
Methods
CacheKey(string)
Declaration
public static string CacheKey(string locale)
Parameters
| Type |
Name |
Description |
| string |
locale |
|
Returns
GetCountryList(ListController)
Declaration
public static CachedCountryList GetCountryList(ListController listController)
Parameters
Returns
GetCountryList(string)
Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.4. Please use overload with ListController. Scheduled removal in v12.0.0.")]
public static CachedCountryList GetCountryList(string locale)
Parameters
| Type |
Name |
Description |
| string |
locale |
|
Returns
Implements
Extension Methods