[]
Represents a default export setting with an enum value.
public class EnumDefaultExportSetting<T> : DefaultExportSetting where T : struct, Enum
| Name | Description |
|---|---|
| T | The type of the enum. |
| Name | Description |
|---|---|
| EnumDefaultExportSetting() |
| Name | Description |
|---|---|
| Value | Gets or sets the enum value of the export setting. |
| Name | Description |
|---|---|
| ToJson() | Converts the enum export setting to a JSON string. |