Click or drag to resize
IDeviceManagerGetPossibleExpansionTransformations Method

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

Gets device definitions that a specific device can be transformed into

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IDeviceDefinition> GetPossibleExpansionTransformations(
	long deviceId
)

Parameters

deviceId
Type: SystemInt64
The id of the expansion to transform

Return Value

Type: IEnumerableIDeviceDefinition
An IEnumerable of all compatible expansion definitions
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the device is not installed in a slot
See Also