Click or drag to resize

SharedHubUpdateCompany Method

Updates a record in company table.

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

Parameters

company  Company
The record to update.
See Also