Skip to main content

IResolvedDirectory Interface

Used for resolved directory information.

Properties

PropertyDescription
DirectoryParentThe directory parent.
NameThe name of this directory.
PathThe path of this directory.

WixToolset.Extensibility.dll version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78

DirectoryParent Property

The directory parent.

Declaration

public string DirectoryParent { get; set; } 

Name Property

The name of this directory.

Declaration

public string Name { get; set; } 

Path Property

The path of this directory.

Declaration

public string Path { get; set; }