Share via


PackageContentGroupStagingEventArgs.IsContentGroupRequired Property

Definition

Indicates whether the content group is required.

public:
 property bool IsContentGroupRequired { bool get(); };
bool IsContentGroupRequired();
public bool IsContentGroupRequired { get; }
var boolean = packageContentGroupStagingEventArgs.isContentGroupRequired;
Public ReadOnly Property IsContentGroupRequired As Boolean

Property Value

Boolean

bool

True indicates that the package content group is required; false, otherwise.

Remarks

Required content groups contain core executable binaries and are downloaded during app install.

Applies to