 | DataExportServiceGetStudentByID Method |
Note: This API is now obsolete.
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
)
<ObsoleteAttribute("Use GetAllPersons instead")>
Public Function GetStudentByID (
authKey As String,
sID As String
) As Person
public:
[ObsoleteAttribute(L"Use GetAllPersons instead")]
Person^ GetStudentByID(
String^ authKey,
String^ sID
)
public function GetStudentByID(
authKey : String,
sID : String
) : Person
function GetStudentByID(authKey, sID);
Parameters
- authKey
- Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService - sID
- Type: SystemString
The student ID.
Return Value
Type:
PersonA list of
Person objects.
Remarks
See Also