Click or drag to resize
IDriverManager.AddDriverDeviceRule Method

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

Add a rule for inventory definitions towards a specific driver

Namespace: Netadmin.Management.Drivers
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
long AddDriverDeviceRule(
	IDriverDeviceRule rule
)

Parameters

rule
Type: Netadmin.Management.Drivers.Dto.IDriverDeviceRule
The rule to be added

Return Value

Type: Int64
Id of the created rule
Exceptions
ExceptionCondition
ArgumentExceptionThrown if id is zero or lower
See Also