Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1009 Bytes

appinstallerpolicysource.md

File metadata and controls

35 lines (19 loc) · 1009 Bytes
-api-id -api-type
T:Windows.ApplicationModel.AppInstallerPolicySource
winrt enum

Windows.ApplicationModel.AppInstallerPolicySource

-description

Specifies the whether the source of the update policy for an app.

-enum-fields

-field Default: 0

Default policy source.

-field System: 1

System policy source.

-remarks

The policy source is Default if the policy was set using AppInstallerManager.GetDefault. The policy source is System if the policy was set using AppInstallerManager.GetForSystem. If a policy was set from a System source, then any of the AppInstallerManager methods acting on that PackageFamilyName must also be called from a System source.

-see-also

-examples