 | UserProfileServicegetFacultySectionsByFacultyID 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)
Syntaxpublic FacultySection[] getFacultySectionsByFacultyID(
string authKey,
string facultyID
)
Public Function getFacultySectionsByFacultyID (
authKey As String,
facultyID As String
) As FacultySection()
public:
array<FacultySection^>^ getFacultySectionsByFacultyID(
String^ authKey,
String^ facultyID
)
public function getFacultySectionsByFacultyID(
authKey : String,
facultyID : String
) : FacultySection[]
function getFacultySectionsByFacultyID(authKey, 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
RemarksThe authorization key provided must be linked to an administrator role.
See Also