Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 961 Bytes

appinstallermanager_setautoupdatesettings_1519760534.md

File metadata and controls

35 lines (19 loc) · 961 Bytes
-api-id -api-type
M:Windows.Management.Deployment.AppInstallerManager.SetAutoUpdateSettings(System.String,Windows.Management.Deployment.AutoUpdateSettingsOptions)
winrt method

Windows.Management.Deployment.AppInstallerManager.SetAutoUpdateSettings(System.String,Windows.Management.Deployment.AutoUpdateSettingsOptions)

-description

Sets the auto update settings for the specified package.

-parameters

-param packageFamilyName

The package family name for the package for which auto update settings are set.

-param appInstallerInfo

An AutoUpdateSettingsOptions object representing the new auto update settings.

-remarks

To use this API, you must declare the packageManagement and packageQuery capabilities.

-see-also

-examples