Click or drag to resize

SharedHubDeleteCompany Method

Deletes record from company table.

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

Parameters

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