The MessageCenter type exposes the following members.

Constructors

  Name Description
Public method MessageCenter
Constructor.

Methods

  Name Description
Protected method btnPreviewRow_Click
Protected method btnTab_Click
Protected method OnInit (Overrides BasePart..::..OnInit(EventArgs).)
Protected method OnLoad (Overrides BasePart..::..OnLoad(EventArgs).)
Public method ResetView
Reset message view.
Public method ShowMessageDetails
Show message details.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field ajaxPanelMain
ajaxPanelMain control.
Protected field btnNewMessage
btnNewMessage control.
Protected field btnPreviewRow
btnPreviewRow control.
Protected field btnRecivedMessages
btnRecivedMessages control.
Protected field btnSentMessages
btnSentMessages control.
Protected field hfSelectedRow
hfSelectedRow control.
Protected field hfSelectedTabs
hfSelectedTabs control.
Protected field messageCreate
messageCreate control.
Protected field messageDetails
messageDetails control.
Protected field messageList
messageList control.
Protected field messageListSent
messageListSent control.

Properties

  Name Description
Public property AllowFileUpload
Indicates if file upload is enabled for this control.
Public property BackButtonVisible
Gets or sets a value indicating if back button should be dispalyed.
Public property ContentProviderTypeName
Content provider type name used for uploading files.
Public property FriendListPopupHeight
Height of the friends popup window.
Public property FriendListPopupWidth
Width of the friends list popup window.
Public property IsFriendListVisible
Gets or sets a value indicating whether a friend list is visible.
Public property MessageAddressTemplate
Message address template
Public property MessageDetailsPagerQueryString
Gets or sets Message Details Pager query string name.
Public property MessageListPagerQueryString
Gets or sets Message List Pager query string name.
Public property PagerTemplateName
Gets or sets pager template name.
Public property PageSize
Pager page size.
Public property SelectedTab
Currently selected tab
Public property ShowSendMailCheckbox
Indicates if "Send e-mail" checkbox is shown.
Public property UploadFolder
File upload folder. The following special strings can be used and will be replaced by the appropriate values: {username}, {userid}, {id}.
Public property UsePrettyPhoto
Uses Pretty Photo functionality instead of redirecting to a file preview page.
Public property UserAddressFormat
Message address format.
Public property UserFilterMode
Defines wheter to show friends only, all users from the portal, or friends, lists and groups together.
Public property ViewFilePageId
Property that is used for storing the file view page.
Public property ViewFilePageUrl
Property that is used for storing the file view page URL in case of URL rewriting scenarios. Has the priority over ViewFilePageId.

Events

  Name Description
Public event MessageDeleted
Message deleted event.
Public event MessageDeleting
Message deleting event.
Public event MessageSent
MessageSent event is fired when a message is sent.

See Also