IResolvedDirectory Interface
Used for resolved directory information.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| DirectoryParent | The directory parent. |
| Name | The name of this directory. |
| Path | The path of this directory. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
DirectoryParent Property
Section titled “DirectoryParent Property”The directory parent.
Declaration
Section titled “Declaration”public string DirectoryParent { get; set; }Name Property
Section titled “Name Property”The name of this directory.
Declaration
Section titled “Declaration”public string Name { get; set; }Path Property
Section titled “Path Property”The path of this directory.
Declaration
Section titled “Declaration”public string Path { get; set; }