StoreContext.CanSilentlyDownloadStorePackageUpdates Property

Definition

Gets a value that indicates whether package updates for the current app can be downloaded without displaying a notification UI to the user.

public:
 property bool CanSilentlyDownloadStorePackageUpdates { bool get(); };
bool CanSilentlyDownloadStorePackageUpdates();
public bool CanSilentlyDownloadStorePackageUpdates { get; }
var boolean = storeContext.canSilentlyDownloadStorePackageUpdates;
Public ReadOnly Property CanSilentlyDownloadStorePackageUpdates As Boolean

Property Value

Boolean

bool

True if package updates for the current app can be downloaded without displaying a notification UI to the user; otherwise, false.

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Services.Store.StoreContract (introduced in v3.0)

Remarks

This property can return false in the following scenarios:

  • The user has disabled the Update apps automatically setting in the Store.
  • The user is on a metered network.

Applies to

See also