The CWebUser type exposes the following members.

Properties

  NameDescription
Public propertyContactId
Gets the key of the CContact to which this security account information belongs.
(Inherited from CContactUser.)
Public propertyContactSecurityId
Gets the identity value associated with this contact's security account.
(Inherited from CContactUser.)
Public propertyDataServerConnectionString
Gets or sets the connection string to use when accessing the database via this user's account.
(Inherited from CContactUser.)
Public propertyEditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Public propertyErrors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
Public propertyErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
Public propertyExpiresOn
Gets the date on which this user's ability to login expires.
(Inherited from CContactUser.)
Public propertyHasPassword
Gets a value indicating whether the CContactUser has a password set and is therefore able to login.
(Inherited from CContactUser.)
Public propertyIdentity
Gets an object that represents the user's identity and authentication state.
(Inherited from CContactUser.)
Public propertyIsLoginDisabled
Gets or sets an indicator of whether this user's ability to login has been disabled
(Inherited from CContactUser.)
Public propertyIsStaff
Gets an indicator of whether or not this contact user is also a staff user
(Inherited from CContactUser.)
Public propertyLastLoginOn
Gets the date and time this contact last logged into the system.
(Inherited from CContactUser.)
Public propertyPreviousLoginOn
Gets the date and time this contact logged into the system previous to the LastLoginOn.
(Inherited from CContactUser.)
Public propertySecurityGroup
Gets or sets the web security group to which the user belongs.
(Inherited from CContactUser.)
Public propertySecurityGroups
Gets a Hashtable that contains security groups the current CWebUser belongs to.
Public propertyStaffUser
Gets the CStaffUser account information for the contact if the contact is also a staff user.
(Inherited from CContactUser.)
Public propertyThrowExceptionOnError
Gets an indicator of whether or not an exception should be thrown when a business rules error is detected.
(Inherited from CContactUser.)
Public propertyThrowExceptionOnWarning
Gets an indicator of whether or not an exception should be thrown when a business rules warning is detected.
(Inherited from CContactUser.)
Public propertyUpdatedByName
Gets the name to be used in CreatedBy and UpdatedBy properties of objects being created and updated.
(Inherited from CContactUser.)
Public propertyWebLoginId
Gets or sets the web login id that the CContact user uses to login.
(Inherited from CContactUser.)

See Also