 | 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
Syntaxbool UseThids { get; set; }Property UseThids As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksNote that custom cursors must be created with the
UseThids flag for this settings to take effect.
See Also