BuildMaster SDK Reference
Version:

Util.Files.Comparison.DirectoryDifferences Class

Contains a difference report for two directory trees.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Util.Files.Comparison.DirectoryDifferences

Syntax

public class Util.Files.Comparison.DirectoryDifferences

Properties

Name Description
Different

Gets a flattened collection of files that are different.

Identical

Gets a flattened collection of files and directories that are the same in the source and the target.

SourceOnly

Gets a flattened collection of files and directories that are present only in the source.

TargetOnly

Gets a flattened collection of files and directories that are present only in the target.