Click or drag to resize
IDeviceDefinitionManagerRemoveCompatibleSoftwareFromDeviceDefinition Method

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

Removes a software compatibility from a device definition

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void RemoveCompatibleSoftwareFromDeviceDefinition(
	long softwareId,
	long deviceDefinitionId
)

Parameters

softwareId
Type: SystemInt64
The software id
deviceDefinitionId
Type: SystemInt64
The device definition id
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThe device definition must be present in the system.
InvalidIdentifierExceptionThrown if Software id or DeviceDefinitionId is invalid.
ObjectDeletionNotAllowedExceptionSoftware is in use by devices of the definition and compatibility can not be removed.
See Also