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