  | AcademicServiceGetAllSchools Method  | 
 
            Gets all schools (divisions).
            
 
    Namespace: 
   (Default Namespace)
    Assembly:
   SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic School[] GetAllSchools(
	string authKey
)
Public Function GetAllSchools ( 
	authKey As String
) As School()
public:
array<School^>^ GetAllSchools(
	String^ authKey
)
public function GetAllSchools(
	authKey : String
) : School[]
function GetAllSchools(authKey);
Parameters
- authKey
 - Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection. 
Return Value
Type: 
SchoolA list of 
School objects.
Exceptions
Remarks
            The authorization key provided must be linked to an administrator role.
            
See Also