Click or drag to resize
IDeviceManagerTransformExpansion Method

[This is preliminary documentation and is subject to change.]

Transforms an existing installed expansion into a different one while keeping existing device, physical interface, and slot ids intact

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void TransformExpansion(
	long deviceId,
	long expansionDefinitionId
)

Parameters

deviceId
Type: SystemInt64
Device id of the expansion to transform
expansionDefinitionId
Type: SystemInt64
The device definition id of the expansion to transform into
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown if expansionToChange does not exist.
InvalidOperationExceptionThrown if the device is not an expansion or the expansion definition id is not compatible
See Also