IResolvedDirectory Interface
Used for resolved directory information.
Properties
Property | Description |
---|---|
DirectoryParent | The directory parent. |
Name | The name of this directory. |
Path | The path of this directory. |
WixToolset.Extensibility.dll
version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
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; }