Class SearchInContentCommandSettings
SearchInContent
public sealed class SearchInContentCommandSettings : ICommand
- Inheritance
-
SearchInContentCommandSettings
- Implements
- Inherited Members
Properties
CaseSensitive
Gets or sets the caseSensitive
[JsonPropertyName("caseSensitive")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? CaseSensitive { get; set; }
Property Value
- bool?
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
IsRegex
Gets or sets the isRegex
[JsonPropertyName("isRegex")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsRegex { get; set; }
Property Value
- bool?
Query
Gets or sets the query
[JsonPropertyName("query")]
public string Query { get; set; }
Property Value
ScriptId
Gets or sets the scriptId
[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }