Click or drag to resize
IPackageOperationsIsPossibleToChangePackage Method
Checks whether a package change is possible.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
bool IsPossibleToChangePackage(
	string packageId,
	string newPackageName,
	string accountId,
	int pageNumber,
	int pageSize,
	out GroupOfServiceToDelete2[] serviceToDelete,
	out ProvisioningPackageExtension[] packageExtensionsToDelete
)

Parameters

packageId
Type: SystemString
The package id.
newPackageName
Type: SystemString
Name of the target package.
accountId
Type: SystemString
The account id.
pageNumber
Type: SystemInt32
The page number.
pageSize
Type: SystemInt32
The page size.
serviceToDelete
Type: Atomia.Provisioning.BaseGroupOfServiceToDelete2
Services to delete to make the change possible.
packageExtensionsToDelete
Type: Atomia.Provisioning.BaseProvisioningPackageExtension
Package extensions to delete to make the change possible.

Return Value

Type: Boolean
True if change is possible, otherwise false.
See Also