Click or drag to resize

AcademicServiceGetFacultySectionsByFacultyID Method

Gets Faculty Section information given a faculty's ID.

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public FacultySection[] GetFacultySectionsByFacultyID(
	string authKey,
	string facultyID
)

Parameters

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

Return Value

Type: FacultySection
A Faculty Section object.
Exceptions
ExceptionCondition
ApplicationExceptionInvalid authorization key
Remarks
The authorization key provided must be linked to an administrator role.
See Also