Click or drag to resize

LoadFileSettingsFieldDisplayNameToMultiItemMetadata Property

RESERVED. Load file field display name to multi-valued Open Discover metadata name check.

Namespace: OpenDiscoverSDK.Interfaces.Platform.LoadFile
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[JsonPropertyNameAttribute("FieldDisplayNameToMultiItemMetadata")]
public Dictionary<string, List<string>> FieldDisplayNameToMultiItemMetadata { get; set; }

Property Value

DictionaryString, ListString
See Also