IDriverManagerAddOrUpdateDriverCode Method |
[This is preliminary documentation and is subject to change.]
Add or update driver code for a specific driver
Namespace: Netadmin.Management.DriversAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxlong AddOrUpdateDriverCode(
IDriverCode code
)
Function AddOrUpdateDriverCode (
code As IDriverCode
) As Long
Parameters
- code
- Type: Netadmin.Management.Drivers.DtoIDriverCode
The code to be added to the driver
Return Value
Type:
Int64Id of the created code version
Exceptions
RemarksIf the actual code has changed with regard to the previous version, a new version will be added
See Also