Click or drag to resize

AcademicServiceGetFacultyForSection Method

Gets the faculty members assigned to a section.

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public Person[] GetFacultyForSection(
	string schoolID,
	string sectionID,
	bool nextYear,
	string authKey
)

Parameters

schoolID
Type: SystemString
The School ID.
sectionID
Type: SystemString
The Section ID.
nextYear
Type: SystemBoolean
If set to False, it will return the Faculty assigned to the Section for the current academic year, otherwise it will return the Faculty assigned for the next year.
authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection.

Return Value

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