Click or drag to resize

DataExportServiceGetStudentByID 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 GetStudentByID(
	string authKey,
	string sID
)

Parameters

authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService
sID
Type: SystemString
The student ID.

Return Value

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