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.InventoryAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid TransformExpansion(
long deviceId,
long expansionDefinitionId
)
Sub TransformExpansion (
deviceId As Long,
expansionDefinitionId As Long
)
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
See Also