Click or drag to resize

SharedHubDeleteVendorDevice Method

Deletes record from vendor device table.

Namespace: GSF.Web.Shared
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntax
[AuthorizeHubRoleAttribute("Administrator, Editor")]
[RecordOperationAttribute(typeof(VendorDevice), RecordOperation.DeleteRecord)]
public void DeleteVendorDevice(
	int id
)
View Source

Parameters

id  Int32
The id of the record to delete.
See Also