ExportSettingsControlNumbersToExportHashSet Property |
[Optional]: If non-null, this hash set contains all document control numbers to export from the document data archive.
Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFileAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[JsonPropertyNameAttribute("ControlNumbersToExportHashSet")]
public HashSet<string>? ControlNumbersToExportHashSet { get; set; }Property Value
HashSetString
Remarks
Typical usage would be that this hash set contains all non-duplicate document control numbers (see
DocControlNumber) to
export. If this property is null (default value) then it is ignored during load file export.
See Also