Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.37 KB

packagemanager_movepackagetovolumeasync_1514431521.md

File metadata and controls

38 lines (26 loc) · 1.37 KB
-api-id -api-type
M:Windows.Management.Deployment.PackageManager.MovePackageToVolumeAsync(System.String,Windows.Management.Deployment.DeploymentOptions,Windows.Management.Deployment.PackageVolume)
winrt method

Windows.Management.Deployment.PackageManager.MovePackageToVolumeAsync

-description

Moves the specified Package to the specified volume using the specified deployment options.

-parameters

-param packageFullName

The full name of the package to move.

-param deploymentOptions

One of the enumeration values that specifies a deployment option.

-param targetVolume

The target volume.

-returns

An object that the caller can observe to track progress and completion for the call. The object implements the IAsyncOperationWithProgress pattern.

-remarks

This method lets the caller move a package from one logical volume to another.

-examples

-see-also

Package

-capabilities

packageManagement