IDeviceDefinitionManagerRemoveDeviceDefinitionRevisions Method |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Inventory
void RemoveDeviceDefinitionRevisions( IEnumerable<long> revisionsToRemove, long deviceDefinitionId )
Exception | Condition |
---|---|
ObjectNotFoundException | The device definition must be present in the system |
ArgumentNullException | revisionsToRemove is . |
InvalidIdentifierException | Thrown if the deviceDefinitionId or any versionsToRemove is zero or less |
DependencyIssueException | A dependency prevents deletion |