Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.58 KB

packagevolume_findpackagesforuserwithpackagetypes_852356674.md

File metadata and controls

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

Windows.Management.Deployment.PackageVolume.FindPackagesForUserWithPackageTypes

-description

Gets a collection of info about all installed instances of the specified Package 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.

-param packageFamilyName

The package family name.

-returns

A collection of info about the specified packages.

-remarks

-examples

-see-also

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