AddPackageOptions.RequiredContentGroupOnly Property

Definition

Gets or sets a value that indicates whether only the required content group will be added. An app can be installed as a package with the required content group alone.

public:
 property bool RequiredContentGroupOnly { bool get(); void set(bool value); };
bool RequiredContentGroupOnly();

void RequiredContentGroupOnly(bool value);
public bool RequiredContentGroupOnly { get; set; }
var boolean = addPackageOptions.requiredContentGroupOnly;
addPackageOptions.requiredContentGroupOnly = boolean;
Public Property RequiredContentGroupOnly As Boolean

Property Value

Boolean

bool

TRUE indicates that only the required content group will be staged; otherwise, FALSE.

Applies to