Click or drag to resize

LoadFileSettingsCustodianName Property

[Optional] Custodian name that will be added as exported field if this value is not null, empty, or whitespace (default value is null).

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

Property Value

String
See Also