[]
Represents the base class for export settings, implementing JSON serialization capabilities.
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class BaseExportSettings
| Name | Description |
|---|---|
| BaseExportSettings() |
| Name | Description |
|---|---|
| FileName | Gets or sets the file name for the exported file is downloaded. |
| Name | Description |
|---|---|
| ToJson() | Converts the current instance to a JSON string. |
| ToString() | Returns this instance of StringDefaultExportSetting converted to a string. |