[This is preliminary documentation and is subject to change.]

The UserInfo type exposes the following members.

Constructors

  NameDescription
Public methodUserInfoOverloaded.

Methods

  NameDescription
Public methodDump
Dumps the information for debugging
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShowFullName
Show the full name of the user
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAccessRightsId
The access rights identifier of the user.
Public propertyActivationCode
The activation code of the user record.
Public propertyActive
Shows if the user is active. Valid values are "Y" (active) and "N" (inactive).
Public propertyBirthDate
The birth date of the user.
Public propertyCellPhone
The mobile phone number of for the user.
Public propertyCurrencyCode
The currency code
Public propertyEmailAddress
The email Address of the user.
Public propertyFaxNumber
The fax number of the user.
Public propertyFirstName
The first name of the user.
Public propertyFullName
The full name
Public propertyFullNameWithEmail
Gets the full name with email
Public propertyGdf1Name
The first group defined field name.
Public propertyGdf1Value
The first group defined field value.
Public propertyGdf2Name
The second group defined field name.
Public propertyGdf2Value
The second group defined field value.
Public propertyGdf3Name
The third group defined field name.
Public propertyGdf3Value
The third group defined field value.
Public propertyGdf4Name
The fourth group defined field name.
Public propertyGdf4Value
The fourth group defined field value.
Public propertyGdf5Name
The fifth group defined field name.
Public propertyGdf5Value
The fifth group defined field value.
Public propertyHomeAddress
The home Address of the user.
Public propertyHomeAddressId
The home Address identifier of the user.
Public propertyHomePage
The homepage for the user.
Public propertyHomePhone
The home phone number of the user.
Public propertyIsAdmin
Shows if the user is an administrator. This field is context sensitive. If the user information is collected wrt a group, it will be group admin. For account users, it will signify account administrator.
Public propertyIsCodeActivated
Shows if the activation code is used by the invited user and the account is activated.
Public propertyIsExtranetUser
Returns true if user is a Extranet User
Public propertyLastName
The last name of the user.
Public propertyLastUpdatedByUserId
The user identifier of the user who last updated the user record.
Public propertyLastUpdatedTimestamp
The Timestamp of when the user record is last updated.
Public propertyLdapAccountName
The ldap account name of the user.
Public propertyLocation
The Location for the user.
Public propertyMobileEmailAddress
Gets the mobile email address
Public propertyNotes
The Notes for the user.
Public propertyOrganization
The Organization for the user.
Public propertyOtherPhone
The other phone number of the user.
Public propertyPassword
The encrypted user Password.
Public propertyPreferredPhoneNumber
The preferred phone number of the user. The value is 1 for work1, 2 for work2, 3 for home, 4 for other and 5 for cell, the value is null if not set.
Public propertyPreferredPhoneValue
The preferred phone value
Public propertyReadTermsCond
Shows whether the user has read the terms and conditions. Valid values are "Y" (read terms and conditions) and "N" (not read the terms and conditions).
Public propertyResetPassword
Shows whether the Password is reset. Valid values are "Y" (Password is reset) and "N" (the Password is not reset).
Public propertyUdf1Name
The first user defined name of the user object.
Public propertyUdf1Value
The first user defined field value of the user.
Public propertyUdf2Name
The second user defined field name of the user.
Public propertyUdf2Value
The value of the second user defined field for the user.
Public propertyUserCreatedTimestamp
The Timestamp of the user record creation.
Public propertyUserId
The system generated unique identifier for the user.
Public propertyUserSmsInfo
Public propertyWorkAddress
The work Address of the user.
Public propertyWorkAddressId
The work Address identifier of the user.
Public propertyWorkPhonePrimary
The primary work phone of the user.
Public propertyWorkPhoneSecondary
The secondary work phone of the user.
Public propertyWorkTitle
The work Title of the user.

See Also