The Events type exposes the following members.

Properties

  Name Description
Public property AvatarSize
Gets or sets Avatar size - 1 to 80 for gravatars.
Public property CommentControlUrl
URL of the comment control.
Public property DateFormatString
Date format string.
Public property EnableLinkify
Gets or sets a value indicating whether the usage of linkify plugin on wallnotes section is enabled.
Public property EnablePrettyDateFormat
Gets or sets if pretty date format is enabled.

Note: Example of pretty date format '2 days ago'.

Public property EventIdsToDisplay
Gets the type ids of events that should be displayed.
Public property EventsToDisplay
Types of events that should be displayed.
Public property GravatarRenderType
Type of the avatar to be rendered - if not set, the web.config settings are used.
Public property LinkifyCSSClass
Gets or sets a name of the CSS Class which should be linkified.
Public property MaxContentChars
Maximum number of characters in a note.
Public property NumberOfEventsToShow
Number of events to show in the control.
Public property OpenLinkifiedLinksInNewWindow
Gets or sets a value indicating whether linkified links should be opened in a new browser window or tab.
Public property Pager
Pager control
Public property PageSize
Pager page size.
Public property PagingEnabled
Indicates if paging is enabled in the comments module
Public property ShowUserOwnEvents
Indicates if user's own events are displayed.
Public property TemplatedControl
Templated list view that is used for rendering the "repeatable" section of this control.
Public property UrlBlogPost
URL of the blog post page.
Public property UrlDiscussionBoard
URL of the discussion board.
Public property UrlDiscussionTopic
URL of the discussion topic.
Public property UrlFileView
URL of the file view.
Public property UrlGroup
URL of the group page.
Public property UrlPhotoAlbum
URL of the photo album.
Public property UrlUserProfile
URL of the user profile page, by default it is retrieved from the URL rewriter rules, urlPattern attribute, in the Web config.
Public property UserId
User id for which to show the events. If empty, events for the currently logged user is shown.
Public property UserProfileUrl
Gets or sets URL of the user profile page. If empty, a postback is performed to the same page.

See Also