Click or drag to resize
IDeviceDefinitionManagerGetExpansionSlotDefinitionsForDeviceDefinition Method

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

Retrives expansion slot definitions for a device definition

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

Parameters

deviceDefinitionId
Type: SystemInt64
The id of the device definition

Return Value

Type: IEnumerableIExpansionSlotDefinition
Expansion slot definitions
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThe device definition must be present in the system.
InvalidIdentifierExceptionThrown if the id is zero or less.
See Also