Click or drag to resize

IExportSettingsUseThids Property

Include additional column holding the item's THID and return THIDs instead of Name field values for connected items. (XML and Json). For text-based exports, connected items are not returned as thids. Default is false.

Namespace:  Vovin.CmcLibNet.Export
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool UseThids { get; set; }

Property Value

Type: Boolean
Remarks
Note that custom cursors must be created with the UseThids flag for this settings to take effect.
See Also