Click or drag to resize

LoadFileResultTotalNumOfRequeueDocumentsExcluded Property

Total number of "re-queue" document records excluded from the load file. See IncludeRequeueAsSeparateTaskFiles.

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

Property Value

Int32
See Also