Struct CachedCountryList.Country
Represents a country.
Namespace: DotNetNuke.Common.Lists
Assembly: DotNetNuke.dll
Syntax
public struct Country
Fields
| Improve this Doc View SourceCode
The country code.
Declaration
public string Code
Field Value
Type | Description |
---|---|
System.String |
Examples
US.
| Improve this Doc View SourceFullName
The country name and code.
Declaration
public string FullName
Field Value
Type | Description |
---|---|
System.String |
Examples
United States (US).
| Improve this Doc View SourceId
The country id.
Declaration
public int Id
Field Value
Type | Description |
---|---|
System.Int32 |
Name
The country name.
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Examples
United States.
| Improve this Doc View SourceNormalizedFullName
The country name and code with diacritics (accents) removed.
Declaration
public string NormalizedFullName
Field Value
Type | Description |
---|---|
System.String |