Click or drag to resize

DataExportServiceGetAllParentsByUpdateDate Method

Gets all person information for all parents that have had information changed since a date.

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public Person[] GetAllParentsByUpdateDate(
	string authKey,
	DateTime date,
	bool webusersOnly,
	bool includeSpouseInfo,
	bool includeStudents,
	bool oneParentPerFamily
)

Parameters

authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection.
date
Type: SystemDateTime
The date.
webusersOnly
Type: SystemBoolean
If set to True, then only parents having web accounts will be returned.
includeSpouseInfo
Type: SystemBoolean
If set to True, then the returned Person structure will include spouse information.
includeStudents
Type: SystemBoolean
If set to True, then the returned Person structure will include the Person's students' (children) information.
oneParentPerFamily
Type: SystemBoolean
If set to True, then the returned Person structure will include only one parent (name 1 or name 2).

Return Value

Type: Person
A list of Person objects.
Exceptions
ExceptionCondition
ApplicationExceptionInvalid authorization key
ApplicationExceptionInsufficient privileges
Remarks
The authorization key provided must be linked to an administrator role.
See Also