 | UserProfileServicegetFacultySections 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
Return Value
Type:
FacultySection
A
Faculty Section object.
Exceptions
RemarksThe authorization key provided must be linked to an administrator role.
See Also