Click or drag to resize

SharedHubDeleteVendor Method

Deletes vendor table record.

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

Parameters

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