Class SetDisabledImageTypesCommandSettings
SetDisabledImageTypes
public sealed class SetDisabledImageTypesCommandSettings : ICommand
- Inheritance
-
SetDisabledImageTypesCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ImageTypes
Gets or sets the imageTypes
[JsonPropertyName("imageTypes")]
public DisabledImageType[] ImageTypes { get; set; }