Click or drag to resize

LoadFileResultTotalNumOfNistDocumentsExcluded Property

Total number of NIST document records excluded from the load file. See IncludeNistFiles.

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

Property Value

Int32
See Also