Click or drag to resize
IHeadquartersApiDeleteHeadquarters Method
Deletes a headquarters by ID.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
int DeleteHeadquarters(
	int headquartersId
)

Parameters

headquartersId
Type: SystemInt32
The ID of headquarters to delete.

Return Value

Type: Int32
Returns number of deleted database rows.
See Also