 | DataExportServiceGetSiblingsByStudentID 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[] GetSiblingsByStudentID(
string authKey,
string sID
)
<ObsoleteAttribute("Use GetAllPersons instead")>
Public Function GetSiblingsByStudentID (
authKey As String,
sID As String
) As Person()
public:
[ObsoleteAttribute(L"Use GetAllPersons instead")]
array<Person^>^ GetSiblingsByStudentID(
String^ authKey,
String^ sID
)
public function GetSiblingsByStudentID(
authKey : String,
sID : String
) : Person[]
function GetSiblingsByStudentID(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