 | DataExportServiceGetAllStudents 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[] GetAllStudents(
string authKey,
string studentGroup,
bool webusersOnly
)
<ObsoleteAttribute("Use GetAllPersons instead")>
Public Function GetAllStudents (
authKey As String,
studentGroup As String,
webusersOnly As Boolean
) As Person()
public:
[ObsoleteAttribute(L"Use GetAllPersons instead")]
array<Person^>^ GetAllStudents(
String^ authKey,
String^ studentGroup,
bool webusersOnly
)
public function GetAllStudents(
authKey : String,
studentGroup : String,
webusersOnly : boolean
) : Person[]
function GetAllStudents(authKey, studentGroup, webusersOnly);
Parameters
- authKey
- Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService - studentGroup
- Type: SystemString
The student group. - webusersOnly
- Type: SystemBoolean
if set to True then only students having web accounts will be returned.
Return Value
Type:
PersonA list of
Person objects.
Remarks
See Also