Click or drag to resize

ExportSettingsFields Property

All fields to be exported. See GetSupportedExportFields to get a list of all supported export fields (see also ExportField).

Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFile
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
[JsonPropertyNameAttribute("Fields")]
public List<ExportField> Fields { get; set; }

Property Value

ListExportField
Remarks
This list is typically a subset of all supported ExportFields that method GetSupportedExportFields returns.
See Also