Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.47 KB

packagevolume_findpackagesforuserwithpackagetypes_1422527170.md

File metadata and controls

31 lines (21 loc) · 1.47 KB
-api-id -api-type
M:Windows.Management.Deployment.PackageVolume.FindPackagesForUserWithPackageTypes(System.String,Windows.Management.Deployment.PackageTypes)
winrt method

Windows.Management.Deployment.PackageVolume.FindPackagesForUserWithPackageTypes

-description

Gets a collection of info about all installed instances of all Packages for the specified user or users and with the specified package types.

-parameters

-param userSecurityId

The security identifier (SID) of the user or users. An empty string denotes the current user. The Everyone SID (S-1-1-0) denotes all users. Any SID other than that of the current user requires administrative privileges.

-param packageTypes

A bitwise combination of the enumeration values that specifies the types of packages to return.

-returns

A collection of info about the specified packages.

-remarks

-examples

-see-also

Package, FindPackagesForUserWithPackageTypes(String, PackageTypes, String, String), FindPackagesForUserWithPackageTypes(String, PackageTypes, String)