Click or drag to resize

IUserProfile Interface


Represents the information of user's publish profile and personal settings

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface IUserProfile

The IUserProfile type exposes the following members.

Properties
  NameDescription
Public propertyAdvanced
Public propertyCellphone
Gets/sets the user's cell phone number
Public propertyDashboardPreferences
Gets/sets the visibility of dashboard tiles for the user
Public propertyDefaultEditFormView
Gets/sets the default edit form view choice
Public propertyNotificationSoundName
Gets/sets the sound name for notifications
Public propertyOrganization
Gets/sets the user's organization information
Public propertyPlayNotificationSound
Gets/sets whether CMS client will play sound when user receiving notifications
Public propertyPosition
Gets/sets the user's position
Public propertyWorkphone
Gets/sets the user's work phone number
Top
See Also