Click or drag to resize

IExportSettingsSplitConnectedItems Property

Split connected values into separate nodes/elements. Only applies to Json and Xml. Default is true. If set to false, connected values are not split and you will get the data as Commence returns them.

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

Property Value

Type: Boolean
Remarks
This setting may be overridden internally if there is no meaningful way of splitting the items.

On a cursor with the connections defined as 'direct columns', connected items are returned by Commence as comma-delimited strings without a text-qualifier, making it impossible to split them meaningfully.

See Also