ExportSettingsIncludeRequeueAsSeparateTaskFiles Property |
Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFileAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[JsonPropertyNameAttribute("IncludeRequeueAsSeparateTaskFiles")]
public bool IncludeRequeueAsSeparateTaskFiles { get; set; }Property Value
Boolean
Remarks
Setting this property to true is only useful for testing purposes as
RequeueAsSeparateTask and
UserRequeueAsSeparateTask
documents are intended to be re-queued to a user created processing workflow management system for later (special) processing.
See Also