[]
Represents the base class for default export settings. Provides properties and methods for managing visibility and JSON serialization of export settings.
[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class DefaultExportSetting
Name | Description |
---|---|
DefaultExportSetting() |
Name | Description |
---|---|
Visible | Gets or sets a value indicating whether the export setting is visible. |
Name | Description |
---|---|
ToJson() | Converts the export setting to a JSON string. |
ToString() | Returns this instance of DefaultExportSetting converted to a string. |