Click or drag to resize

LoadFileSettingsDocumentAttributes Property

INTERNAL USE ONLY, populated by method Initialize(String, Boolean). Field ID to standalone DocumentAttributes map (true/false flags).

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

Property Value

DictionaryString, String
See Also