Class SetInterceptFileChooserDialogCommandSettings
SetInterceptFileChooserDialog
public sealed class SetInterceptFileChooserDialogCommandSettings : ICommand
- Inheritance
-
SetInterceptFileChooserDialogCommandSettings
- Implements
- Inherited Members
Properties
Cancel
Gets or sets the cancel
[JsonPropertyName("cancel")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Cancel { get; set; }
Property Value
- bool?
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Enabled
Gets or sets the enabled
[JsonPropertyName("enabled")]
public bool Enabled { get; set; }