 | AcademicServiceGetFacultySections Method |
Gets Faculty Section information given a faculty's ID or Entity Number.
Namespace:
(Default Namespace)
Assembly:
SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic FacultySection[] GetFacultySections(
string authKey,
FacultySectionParameter facultySearch
)
Public Function GetFacultySections (
authKey As String,
facultySearch As FacultySectionParameter
) As FacultySection()
public:
array<FacultySection^>^ GetFacultySections(
String^ authKey,
FacultySectionParameter^ facultySearch
)
public function GetFacultySections(
authKey : String,
facultySearch : FacultySectionParameter
) : FacultySection[]
function GetFacultySections(authKey, facultySearch);
Parameters
- authKey
- Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection. - facultySearch
- Type: SeniorSystemsWS.EntityFacultySectionParameter
The faculty search parameters.
Return Value
Type:
FacultySection
A
Faculty Section object.
Exceptions
Remarks
The authorization key provided must be linked to an administrator role.
See Also