Click or drag to resize

AcademicServiceGetAllSchools Method

Gets all schools (divisions).

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public School[] GetAllSchools(
	string authKey
)

Parameters

authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection.

Return Value

Type: School
A list of School objects.
Exceptions
ExceptionCondition
ApplicationExceptionInvalid authorization key
Remarks
The authorization key provided must be linked to an administrator role.
See Also