Property CountryId
CountryId
Id of the country.
Declaration
public int CountryId { get; set; }
Property Value
Type | Description |
---|---|
int | Returns id of the country or -1 if country isn't set. |
Remarks
Currently, id represents rank of the country in the drop-down list (starting from 1). -1 is returned if no country was set for the site.
Countries are configured in "Setup|Management|Tables of parameters" KitchenDraw dialog, where code and label for each country can be defined.