You are here: Data Classes > Ektron.Cms.Commerce Namespace > Classes > CountryData Class > CountryData Constructor > CountryData
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
CountryData.CountryData Constructor (int, string, string, string, bool)
C#
public CountryData(int id, string name, string shortIsoCode, string longIsoCode, bool enabled);
Visual Basic
Public Sub New(id As Integer, name As string, shortIsoCode As string, longIsoCode As string, enabled As bool)
Parameters 
Description 
id 
The ID of the country. The ID is the ISO numeric code of the country. 
name 
The name of the country. 
shortIsoCode 
The 2 letter ISO code of the country. 
longIsoCode 
The 3 letter ISO code of the country. 
enabled 
Indicates whether or not the country is enabled for use. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!