 | IExportSettingsPreserveAllConnections Property |
Namespace:
Vovin.CmcLibNet.Export
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxbool PreserveAllConnections { get; set; }Property PreserveAllConnections As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksThe 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