 | DataExportServiceGetAllFacultyByUpdateDateExt 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[] GetAllFacultyByUpdateDateExt(
string authKey,
DateTime date,
bool webusersOnly,
bool includeSpouseInfo,
bool includeStudents,
bool includeFacultyOnlyAddresses
)
<ObsoleteAttribute("Use GetAllPersons instead")>
Public Function GetAllFacultyByUpdateDateExt (
authKey As String,
date As DateTime,
webusersOnly As Boolean,
includeSpouseInfo As Boolean,
includeStudents As Boolean,
includeFacultyOnlyAddresses As Boolean
) As Person()
public:
[ObsoleteAttribute(L"Use GetAllPersons instead")]
array<Person^>^ GetAllFacultyByUpdateDateExt(
String^ authKey,
DateTime date,
bool webusersOnly,
bool includeSpouseInfo,
bool includeStudents,
bool includeFacultyOnlyAddresses
)
public function GetAllFacultyByUpdateDateExt(
authKey : String,
date : DateTime,
webusersOnly : boolean,
includeSpouseInfo : boolean,
includeStudents : boolean,
includeFacultyOnlyAddresses : boolean
) : Person[]
function GetAllFacultyByUpdateDateExt(authKey, date, webusersOnly, includeSpouseInfo, includeStudents, includeFacultyOnlyAddresses);
Parameters
- authKey
- Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService - date
- Type: SystemDateTime
The date. - webusersOnly
- Type: SystemBoolean
if set to True then only faculty 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. - includeFacultyOnlyAddresses
- Type: SystemBoolean
if set to True [include faculty only addresses].
Return Value
Type:
PersonA list of
Person objects.
Remarks
See Also