 | DataExportServiceGetAllStudentsByUpdateDate 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[] GetAllStudentsByUpdateDate(
string authKey,
string studentGroup,
bool webusersOnly,
DateTime date
)
<ObsoleteAttribute("Use GetAllPersons instead")>
Public Function GetAllStudentsByUpdateDate (
authKey As String,
studentGroup As String,
webusersOnly As Boolean,
date As DateTime
) As Person()
public:
[ObsoleteAttribute(L"Use GetAllPersons instead")]
array<Person^>^ GetAllStudentsByUpdateDate(
String^ authKey,
String^ studentGroup,
bool webusersOnly,
DateTime date
)
public function GetAllStudentsByUpdateDate(
authKey : String,
studentGroup : String,
webusersOnly : boolean,
date : DateTime
) : Person[]
function GetAllStudentsByUpdateDate(authKey, studentGroup, webusersOnly, date);
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. - date
- Type: SystemDateTime
The date.
Return Value
Type:
PersonA list of
Person objects.
Remarks
See Also