KitchenDraw SDK 2
Show / Hide Table of Contents

Property DeliveryCountryId

DeliveryCountryId

Id of delivery country.

Declaration
public int DeliveryCountryId { get; set; }
Property Value
Type Description
int

Returns id of the delivery country or -1 if delivery 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 delivery 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.

In this article
Back to top Generated by DocFX