Click or drag to resize

UserProfileService Class

Provides user profile data for a single user, including biographical data, addresses and contact information, and details about related spouse and students.
Inheritance Hierarchy
SystemObject
  BaseServiceBO
    UserProfileServiceBO
      (Default Namespace)UserProfileService

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public class UserProfileService : UserProfileServiceBO

The UserProfileService type exposes the following members.

Methods
  NameDescription
Public methodgetFacultySections
Gets Faculty Section information given a faculty's ID or Entity Number.
Public methodgetFacultySectionsByEntityNo
Gets Faculty Section information given a faculty's entity number.
Public methodgetFacultySectionsByFacultyID
Gets Faculty Section information given a faculty's ID.
Public methodgetPersonInfoByEntityNo
Gets the Person information given a person's entity number.
Public methodgetPersonInfoByWebUserID
Gets the Person information given a user name.
Public methodgetUserInfo
Gets the Person information for a user.
Top
Remarks
Similar routines for extracting user data in bulk are also available in DataExportService.
See Also