 | DataExportServiceGetStudentsByFamilyID 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[] GetStudentsByFamilyID(
string authKey,
string sFamilyID
)
<ObsoleteAttribute("Use GetAllPersons instead")>
Public Function GetStudentsByFamilyID (
authKey As String,
sFamilyID As String
) As Person()
public:
[ObsoleteAttribute(L"Use GetAllPersons instead")]
array<Person^>^ GetStudentsByFamilyID(
String^ authKey,
String^ sFamilyID
)
public function GetStudentsByFamilyID(
authKey : String,
sFamilyID : String
) : Person[]
function GetStudentsByFamilyID(authKey, sFamilyID);
Parameters
- authKey
- Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService - sFamilyID
- Type: SystemString
The student's family ID.
Return Value
Type:
PersonA list of
Person objects.
Remarks
See Also