Class PathDiagnostics.PathDiffReport
A report on a path.
Inherited Members
Namespace: Acoustics.Shared
Assembly: Acoustics.Shared.dll
Syntax
public class PathDiffReport
Properties
| Improve this Doc View SourceFound
Gets or sets a file system info of the path in question.
Declaration
public FileSystemInfo Found { get; set; }
Property Value
Type | Description |
---|---|
File |
Messages
Gets the messages the comprise the diff report.
Declaration
public StringBuilder Messages { get; }
Property Value
Type | Description |
---|---|
String |