IDepartmentApiUpdateDepartment Method |
Updates the given department.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax void UpdateDepartment(
Department department
)
Sub UpdateDepartment (
department As Department
)
void UpdateDepartment(
Department^ department
)
abstract UpdateDepartment :
department : Department -> unit
Parameters
- department
- Type: AMG.API.DefinitionsDepartment
The department to be updated
See Also