KitchenDraw SDK 2
Show / Hide Table of Contents

Property DeliveryTitleId

DeliveryTitleId

Title id of the contact at the place of delivery.

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

Returns id of the title or -1 if the title isn't set.

Remarks

Currently, id represents rank of the title in the drop-down list (starting from 1). -1 is returned if no title was set for the contact at the site.

Titles are configured in "Setup|Management|Tables of parameters" KitchenDraw dialog, where code and label for each title can be defined.

In this article
Back to top Generated by DocFX