Click or drag to resize

DataExportService Methods

The DataExportService type exposes the following members.

Methods
  NameDescription
Public methodGetAllConstituencies
Gets all constituencies.
Public methodGetAllConstituents Obsolete.
Use GetAllPersons instead.
Public methodGetAllConstituentsByUpdateDate Obsolete.
Use GetAllPersons instead.
Public methodGetAllCountries
Gets all countries.
Public methodGetAllFaculty Obsolete.
Use GetAllPersons instead.
Public methodGetAllFacultyByUpdateDate Obsolete.
Use GetAllPersons instead.
Public methodGetAllFacultyByUpdateDateExt Obsolete.
Use GetAllPersons instead.
Public methodGetAllParents Obsolete.
Use GetAllPersons instead.
Public methodGetAllParentsByFamilyID
Gets all person information for all parents in a family.
Public methodGetAllParentsByStudentID
Gets all parents for a student.
Public methodGetAllParentsByUpdateDate
Gets all person information for all parents that have had information changed since a date.
Public methodCode exampleGetAllPersons
Gets all person information.
Public methodCode exampleGetAllPersons2
Gets all person information. (v2)
Public methodGetAllRegions
Gets all regions.
Public methodGetAllStates
Gets all states.
Public methodGetAllStudentGroups
Gets all student groups.
Public methodGetAllStudents Obsolete.
Use GetAllPersons instead.
Public methodGetAllStudentsByUpdateDate Obsolete.
Use GetAllPersons instead.
Public methodGetAllWebUsers
Gets all web users.
Public methodGetAllWebUsersByUpdateDate
Gets all web users who have had information changed since a date.
Public methodGetAllWebUsersExt
Gets all web users, selecting those matching a list of criteria.
Public methodGetAllWebUsersPaged
Gets all web users, returning only a selected number of records at a time.
Public methodGetPersonNoteToSchool
Gets the note submitted.
Public methodGetSiblingsByStudentID Obsolete.
Use GetAllPersons instead.
Public methodGetStudentByID Obsolete.
Use GetAllPersons instead.
Public methodGetStudentsByFamilyID Obsolete.
Use GetAllPersons instead.
Top
See Also