Skip to content

IResolvedDirectory Interface

Used for resolved directory information.

PropertyDescription
DirectoryParentThe directory parent.
NameThe name of this directory.
PathThe path of this directory.
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

The directory parent.

public string DirectoryParent { get; set; }

The name of this directory.

public string Name { get; set; }

The path of this directory.

public string Path { get; set; }