Click or drag to resize

IUser Properties


The IUser type exposes the following members.

Properties
  Name Description
Public property Activities Gets the Actities of the user, including its recently visited Pages and its favorite Pages.
Public property Archived Gets/sets the archived value of this entity
(Inherited from IEntity)
Public property AssetCount Returns the number of assets assigned to a user.
Public property AssignmentCount Returns the number of content items assigned to a user.
Public property Created Gets the entity's creation date.
(Inherited from IEntity)
Public property CreationUser Gets the ID of the User who created this entity.
(Inherited from IEntity)
Public property Disabled Gets/sets whether the user is disabled Disabled users cannot login until re-enabled
Public property DynamicProperties  
Public property EmailAddress Gets and sets the email address of this User.
Public property IntegratedMembershipProvider Gets and sets the full name of the Type of the provider object that authenticates this user.
Public property IP Gets the IP Address of the browser's computer.
(Inherited from IReadonlyUser)
Public property IsAdministrator Gets whether the user is an administrator. Administrators have the privilege of working with any object in the CSAPI.
Public property IsTaskUser 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 property LastLogin Gets the time when this user last logged in.
(Inherited from IReadonlyUser)
Public property LastModified Gets the date when the entity was most recently modified.
(Inherited from IEntity)
Public property LastModifiedUser Gets the ID of the User who lasted edited the entity.
(Inherited from IEntity)
Public property Manager Gets the manager that retrieved this entity instance.
(Inherited from IEntityTManager)
Public property PageCount Returns the number of pages assigned to a user.
Public property Profile Gets user's profile information
Public property ProfileImage Gets/sets the user's picture
Public property ReadLocales Gets and sets the Languages this user can read.
Public property ReceiveWorkFlowNotificationMail Gets and sets whether this user will receive notification emails after a Page advances through is Workflow.
Public property Session Gets the session that retrieved this entity. An entity is always session-specific.
(Inherited from IEntity)
Public property SessionId Gets the unique ID of the session that retrieved this entity.
(Inherited from IEntity)
Public property Theme  
Public property Title Gets/sets the user's title
Public property UserId Gets the UserId of the user.
(Inherited from IReadonlyUser)
Public property UserRights Gets the collection of User Rights for this User.
Public property WriteLocales Gets and sets the Languages this user can write.
Top
See Also