Click or drag to resize
IDriverManagerAddDriverParameterWithInputCreation Method

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

Add a parameter to the driver, and create the equivalent input

Namespace: Netadmin.Management.Drivers
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
long AddDriverParameterWithInputCreation(
	IDriverParameter parameter,
	bool allowDuplicate = false
)

Parameters

parameter
Type: Netadmin.Management.Drivers.DtoIDriverParameter
The parameter to be added
allowDuplicate (Optional)
Type: SystemBoolean
Allow multiple parameters with the same input type

Return Value

Type: Int64

[Missing <returns> documentation for "M:Netadmin.Management.Drivers.IDriverManager.AddDriverParameterWithInputCreation(Netadmin.Management.Drivers.Dto.IDriverParameter,System.Boolean)"]

Exceptions
ExceptionCondition
ArgumentExceptionThrown if parameter is invalid
ObjectNotFoundExceptionThrown if the id of the entity is not found
[!:ValueIsNotUniqueException]Thrown if parameter with same name already exists
See Also