Click or drag to resize
IDivisionApiGetDivisions Method
Gets divisions by their IDs.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
Division[] GetDivisions(
	int[] divisionIds
)

Parameters

divisionIds
Type: SystemInt32
Division IDs to retrieve or empty array to get all divisions.

Return Value

Type: Division
Returns array of Divisions.
See Also