DialogItemInfo Mapping Property
The name of the external data to which the dialog item is mapped. For example, if the dialog is mapped to a database, this would be the name of the column in the database associated with this variable.

Namespace: HotDocs.Sdk.Server.Contracts
Assembly: HotDocs.Sdk.Server.Contracts (in HotDocs.Sdk.Server.Contracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string Mapping { get; set; }

Property Value

Type: OnlineString
See Also