Skip to main content

IExtensionCacheLocation Interface

Location where extensions may be cached.

Properties

PropertyDescription
PathPath for the extension cache location.
ScopeScope for the extension cache location.

WixToolset.Extensibility.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

Path Property

Path for the extension cache location.

Declaration

public string Path { get; set; } 

Scope Property

Scope for the extension cache location.

Declaration

public ExtensionCacheLocationScope Scope { get; set; }