Click or drag to resize

UpdateUserProfile Class

**BETA** A structure that contains all the data of a users meta data profile.
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsAddUserProfile
    AppOne.Services.V2.ContractsUpdateUserProfile

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class UpdateUserProfile : AddUserProfile

The UpdateUserProfile type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleEmpIdentifierNew The new EmpIdentifier to be updated.
Public propertyCode exampleUserID The UserID of the of the user.
Top
Remarks
A structure that contains all the data of a users meta data profile.

Note  Note
Setup:
Manager > Employees > Information Tab
Example
For example code see GetUserDetail(GetUserDetailIn)
See Also