Skip to main content

CacheAcquireResolvingEventArgs Class

EventArgs for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.CacheAcquireResolving» .

Properties

PropertyDescription
ChosenSearchPathGets or sets the index to «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.SearchPaths» to use when «see P:WixToolset.Mba.Core.CancellableActionEventArgs`1.Action» is set to «see F:WixToolset.Mba.Core.CacheOperation.Copy» .
DownloadUrlGets the optional URL to download container or payload.
FoundLocalGets whether «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.RecommendedSearchPath» indicates that a file was found at that search path.
PackageOrContainerIdGets the identity of the package or container that is being acquired.
PayloadContainerIdGets the optional identity of the container that contains the payload being acquired.
PayloadIdGets the identity of the payload that is being acquired.
RecommendedSearchPathWhen «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.FoundLocal» is true, the index to «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.SearchPaths» for the recommended local file.
SearchPathsGets the search paths used for source resolution.

WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

ChosenSearchPath Property

Gets or sets the index to «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.SearchPaths» to use when «see P:WixToolset.Mba.Core.CancellableActionEventArgs`1.Action» is set to «see F:WixToolset.Mba.Core.CacheOperation.Copy» .

Declaration

public int ChosenSearchPath { get; set; } 

DownloadUrl Property

Gets the optional URL to download container or payload.

Declaration

public string DownloadUrl { get; set; } 

FoundLocal Property

Gets whether «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.RecommendedSearchPath» indicates that a file was found at that search path.

Declaration

public bool FoundLocal { get; set; } 

PackageOrContainerId Property

Gets the identity of the package or container that is being acquired.

Declaration

public string PackageOrContainerId { get; set; } 

PayloadContainerId Property

Gets the optional identity of the container that contains the payload being acquired.

Declaration

public string PayloadContainerId { get; set; } 

PayloadId Property

Gets the identity of the payload that is being acquired.

Declaration

public string PayloadId { get; set; } 

RecommendedSearchPath Property

When «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.FoundLocal» is true, the index to «see P:WixToolset.Mba.Core.CacheAcquireResolvingEventArgs.SearchPaths» for the recommended local file.

Declaration

public int RecommendedSearchPath { get; set; } 

SearchPaths Property

Gets the search paths used for source resolution.

Declaration

public System.String[] SearchPaths { get; set; }