The IUser type exposes the following members.
Properties
Name | Description | |
---|---|---|
Activities | ||
Created |
Gets the entity's creation date.
(Inherited from IEntity.) |
|
CreationUser |
Gets the ID of the User who created this entity.
(Inherited from IEntity.) |
|
EmailAddress |
Gets and sets the email address of this User.
|
|
IntegratedMembershipProvider |
Gets and sets the full name of the Type of the provider object that authenticates this user.
|
|
IP |
Gets the IP Address of the browser's computer.
(Inherited from IReadonlyUser.) |
|
IsAdministrator |
Gets whether the user is an administrator. Administrators have the privilege of working with any object in the CSAPI.
(Inherited from IReadonlyUser.) |
|
LastLogin |
Gets the time when this user last logged in.
(Inherited from IReadonlyUser.) |
|
LastModified |
Gets the date when the entity was most recently modified.
(Inherited from IEntity.) |
|
LastModifiedUser |
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.) |
|
Name |
Gets and sets the entity's name.
(Inherited from IEntity.) |
|
PageCount |
Returns the number of pages assigned to a user.
|
|
ReadLocales |
Gets and sets the Languages this user can read.
|
|
ReceiveWorkFlowNotificationMail | ||
Session |
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.) |
|
SessionId |
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.) |
|
UserId |
Gets the UserId of the user.
(Inherited from IReadonlyUser.) |
|
UserRights |
Gets the collection of User Rights for this User.
|
|
WriteLocales |
Gets and sets the Languages this user can write.
|
See Also