Click or drag to resize

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)
Syntax
public FacultySection[] getFacultySections(
	string authKey,
	FacultySectionParameter 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
ExceptionCondition
ApplicationExceptionInvalid authorization key
Remarks
The authorization key provided must be linked to an administrator role.
See Also