Summary
Gets or sets the similarity ratio to use when guessing renamed or
moved files. Must be in the range of 0 to 100, inclusive, or null to not pass this
option to the addremove command.
Default is null
Syntax
public int? Similarity { get; set; }
Attributes
| Type |
Description |
| NullableArgumentAttribute |
This attribute can be applied to nullable properties in option classes,
to specify the option to pass to the executable in case
of a null value, or the option to pass before the property
value itself.
|
| DefaultValueAttribute |
|
Value
| Type |
Description |
| Nullable<T> |
|