Skip to content

CacheAcquireBeginEventArgs Class

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

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.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the optional URL to download container or payload.

public string DownloadUrl { get; set; }

Gets the identifier of the container or package.

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

public string PayloadId { get; set; }

Gets the source of the container or payload.

public string Source { get; set; }