Table of Contents

Property MinimumMoveLength

Namespace
DocWright.Compare
Assembly
DocWright.Compare.dll

MinimumMoveLength

Gets or sets the shortest paragraph, in characters, that may be reported as a move. Guards against boilerplate — a document full of identical short paragraphs would otherwise produce a move for each one.

public int MinimumMoveLength { get; set; }

Property Value

int

Exceptions

ArgumentOutOfRangeException

The value is negative.