Click or drag to resize
IDivisionApiDeleteDivision Method
Deletes a division by ID.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
int DeleteDivision(
	int divisionId
)

Parameters

divisionId
Type: SystemInt32
The ID of division to delete.

Return Value

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