IHeadquartersApiDeleteHeadquarters Method |
Deletes a headquarters by ID.
Namespace: AMG.APIAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax int DeleteHeadquarters(
int headquartersId
)
Function DeleteHeadquarters (
headquartersId As Integer
) As Integer
int DeleteHeadquarters(
int headquartersId
)
abstract DeleteHeadquarters :
headquartersId : int -> int
Parameters
- headquartersId
- Type: SystemInt32
The ID of headquarters to delete.
Return Value
Type:
Int32Returns number of deleted database rows.
See Also