Click or drag to resize

IUser Properties


The IUser type exposes the following members.

Properties
  NameDescription
Public propertyActivities
Gets the Actities of the user, including its recently visited Pages and its favorite Pages.
Public propertyArchived
Gets/sets the archived value of this entity
(Inherited from IEntity.)
Public propertyAssetCount
Returns the number of assets assigned to a user.
Public propertyAssignmentCount
Returns the number of content items assigned to a user.
Public propertyCreated
Gets the entity's creation date.
(Inherited from IEntity.)
Public propertyCreationUser
Gets the ID of the User who created this entity.
(Inherited from IEntity.)
Public propertyDisabled
Gets/sets whether the user is disabled Disabled users cannot login until re-enabled
Public propertyDynamicProperties
Public propertyEmailAddress
Gets and sets the email address of this User.
Public propertyIntegratedMembershipProvider
Gets and sets the full name of the Type of the provider object that authenticates this user.
Public propertyIP
Gets the IP Address of the browser's computer.
(Inherited from IReadonlyUser.)
Public propertyIsAdministrator
Gets whether the user is an administrator. Administrators have the privilege of working with any object in the CSAPI.
Public propertyIsTaskUser
Gets/set whether this user will be a task user. Task users are only allowed for task execution. They cannot log in to CMS client
(Inherited from IReadonlyUser.)
Public propertyLastLogin
Gets the time when this user last logged in.
(Inherited from IReadonlyUser.)
Public propertyLastModified
Gets the date when the entity was most recently modified.
(Inherited from IEntity.)
Public propertyLastModifiedUser
Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity.)
Public propertyManager
Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager.)
Public propertyPageCount
Returns the number of pages assigned to a user.
Public propertyProfile
Gets user's profile information
Public propertyProfileImage
Gets/sets the user's picture
Public propertyReadLocales
Gets and sets the Languages this user can read.
Public propertyReceiveWorkFlowNotificationMail
Gets and sets whether this user will receive notification emails after a Page advances through is Workflow.
Public propertySession
Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity.)
Public propertySessionId
Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity.)
Public propertyTheme
Public propertyTitle
Gets/sets the user's title
Public propertyUserId
Gets the UserId of the user.
(Inherited from IReadonlyUser.)
Public propertyUserRights
Gets the collection of User Rights for this User.
Public propertyWriteLocales
Gets and sets the Languages this user can write.
Top
See Also