Click or drag to resize
IDeviceDefinitionManagerNotAllowedToInstall Method

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

Retrieves device definition ids that are not allowed to be installed. Not recomended for use

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

Parameters

parentDeviceDefinitionId
Type: SystemInt64
The parent device definition id

Return Value

Type: IEnumerableInt64

[Missing <returns> documentation for "M:Netadmin.Management.Inventory.IDeviceDefinitionManager.NotAllowedToInstall(System.Int64)"]

See Also