Skip to content

CacheAcquireResolvingEventArgs Class

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

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

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» .

public int ChosenSearchPath { get; set; }

Gets the optional URL to download container or payload.

public string DownloadUrl { get; set; }

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

public bool FoundLocal { get; set; }

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

public string PackageOrContainerId { get; set; }

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

public string PayloadContainerId { get; set; }

Gets the identity of the payload that is being acquired.

public string PayloadId { get; set; }

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.

public int RecommendedSearchPath { get; set; }

Gets the search paths used for source resolution.

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