Click or drag to resize

IExportSettingsPreserveAllConnections Property

Include all connected items. Supported only for Xml, Json, Excel Overrides Canonical, ISO8601Format, SkipConnectedItems, SplitConnectedItems, ExcelUpdateOptions.

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

Property Value

Type: Boolean
Remarks
The Commence API returns connected field values as a string, subject to MaxFieldSize . This means that if there are a large number of connected items, not all data may be retrieved. PreserveAllConnections will ensure all connected data are read. There is a performance penalty involved because it will perform multiple reads.

Alternatively, you can try adjust the MaxFieldSize parameter. Which setting is faster depends on the data. A high MaxFieldSize also significantly degrades Commence performance.

There is no golden rule to this, but for production environment exports you probably want to set this to true just to be safe.

See Also