Click or drag to resize
IPackageOperationsMoveServicesToAnotherPackage Method
Moves the services to another package.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
void MoveServicesToAnotherPackage(
	Package sourcePackage,
	Package targetPackage
)

Parameters

sourcePackage
Type: Package
The source package.
targetPackage
Type: Package
The target package.
See Also