Skip to main content

PlanRestoreRelatedBundleEventArgs Class

Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.PlanRestoreRelatedBundle»

Properties​

PropertyDescription
BundleIdGets the identity of the bundle to plan for.
RecommendedStateGets the recommended requested state for the bundle.
StateGets or sets the requested state for the bundle.

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

BundleId Property​

Gets the identity of the bundle to plan for.

Declaration​

public string BundleId { get; set; } 

RecommendedState Property​

Gets the recommended requested state for the bundle.

Declaration​

public RequestState RecommendedState { get; set; } 

State Property​

Gets or sets the requested state for the bundle.

Declaration​

public RequestState State { get; set; }