Click or drag to resize

DataExportServiceGetAllFacultyByUpdateDate Method

Note: This API is now obsolete.

Use GetAllPersons instead.

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
[ObsoleteAttribute("Use GetAllPersons instead")]
public Person[] GetAllFacultyByUpdateDate(
	string authKey,
	DateTime date,
	bool webusersOnly,
	bool includeSpouseInfo,
	bool includeStudents
)

Parameters

authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService
date
Type: SystemDateTime
The date.
webusersOnly
Type: SystemBoolean
If set to True then only faculty having web accounts will be returned.
includeSpouseInfo
Type: SystemBoolean
If set to True, then the returned Person structure will include spouse information.
includeStudents
Type: SystemBoolean
If set to True, then the returned Person structure will include the Person's students' (children) information.

Return Value

Type: Person
A list of Person objects.
Remarks
Obsolete. Use the GetAllPersons method in DataExportService instead.
See Also