Skip to main content

CacheAcquireBeginEventArgs Class

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

Properties​

PropertyDescription
DownloadUrlGets the optional URL to download container or payload.
PackageOrContainerIdGets the identifier of the container or package.
PayloadContainerIdGets the optional identity of the container that contains the payload being acquired.
PayloadIdGets the identifier of the payload (if acquiring a payload).
SourceGets the source of the container or payload.

WixToolset.Mba.Core.dll version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2

DownloadUrl Property​

Gets the optional URL to download container or payload.

Declaration​

public string DownloadUrl { get; set; } 

PackageOrContainerId Property​

Gets the identifier of the container or package.

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 identifier of the payload (if acquiring a payload).

Declaration​

public string PayloadId { get; set; } 

Source Property​

Gets the source of the container or payload.

Declaration​

public string Source { get; set; }