[]
Gets or sets the object containing custom default export settings. Use to set default value and visibility of any field in the export panel.
[Parameter]
public Dictionary<string, Dictionary<string, ExportSetting>> DefaultExportSettings { get; init; }
Type | Description |
---|---|
Dictionary<string, Dictionary<string, ExportSetting>> | A dictionary where keys are export types and values are dictionaries of export settings. |
This property can only be set once during object initialization and cannot be changed afterwards.