Add

Add(string)

Adds file to comparison.

public void Add(string filePath)
Parameter Type Description
filePath String Compared file path

See Also


Add(string, CompareOptions)

Adds folder to comparison.

public void Add(string filePath, CompareOptions compareOptions)

See Also


Add(string, LoadOptions)

Adds file to comparison with loading options specified.

public void Add(string filePath, LoadOptions loadOptions)
Parameter Type Description
filePath String Compared file path
loadOptions LoadOptions Load options

Remarks

Learn more

See Also


Add(Stream)

Adds document stream to comparison.

public void Add(Stream document)
Parameter Type Description
document Stream Compared document stream

Remarks

Learn more

See Also


Add(Stream, LoadOptions)

Adds document stream to comparison with loading options specified.

public void Add(Stream document, LoadOptions loadOptions)
Parameter Type Description
document Stream Compared document stream
loadOptions LoadOptions Load options

Remarks

Learn more

See Also