Skip to 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.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

DirectoryParent Property {#directoryparent}

The directory parent.

Declaration

public string DirectoryParent { get; set; }

Name Property {#name}

The name of this directory.

Declaration

public string Name { get; set; }

Path Property {#path}

The path of this directory.

Declaration

public string Path { get; set; }