Skip to main content

IResolveFileResult Interface

Result of resolving a file.

Properties​

PropertyDescription
CheckedPathsCollection of paths checked to find file.
PathPath to found file, if found.

WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

CheckedPaths Property​

Collection of paths checked to find file.

Declaration​

public System.Collections.Generic.IReadOnlyCollection<System.String> CheckedPaths { get; set; } 

Path Property​

Path to found file, if found.

Declaration​

public string Path { get; set; }