Click or drag to resize

LoadFileResultTotalNumOfDocumentsNotInExportHashSet Property

Total number of document records excluded from the load file export because their DocControlNumber was not in optional ControlNumbersToExportHashSet. This exclusion option is only used if ControlNumbersToExportHashSet is non-null.

Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFile
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[JsonPropertyNameAttribute("TotalNumOfDocumentsNotInExportHashSet")]
public int TotalNumOfDocumentsNotInExportHashSet { get; set; }

Property Value

Int32
See Also