Click or drag to resize

LoadFileSettingsEntityToFieldDisplayName Property

INTERNAL USE ONLY, populated by method Initialize(String, Boolean). Entity item type to load file display name mapper.

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

Property Value

DictionaryString, String
See Also