Skip to main content

ITrackedFile Interface

Interface used to track all files processed.

Properties

PropertyDescription
PathPath to tracked file.
SourceLineNumbersOptional source line numbers where the tracked file was created.
TypeType of tracked file.

WixToolset.Extensibility.dll version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78

Path Property

Path to tracked file.

Declaration

public string Path { get; set; } 

SourceLineNumbers Property

Optional source line numbers where the tracked file was created.

Declaration

public WixToolset.Data.SourceLineNumber SourceLineNumbers { get; set; } 

Type Property

Type of tracked file.

Declaration

public TrackedFileType Type { get; set; }