Click or drag to resize

SharedHubAddNewVendorDevice Method

Adds new record to vendor device table.

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[RecordOperationAttribute(typeof(VendorDevice), RecordOperation.AddNewRecord)]
[AuthorizeHubRoleAttribute("Administrator, Editor")]
public void AddNewVendorDevice(
	VendorDevice vendorDevice
)
View Source

Parameters

vendorDevice  VendorDevice
The record to add.
See Also