The WallNotes type exposes the following members.

Properties

  Name Description
Public property AllowFileUpload
Indicates if file upload is enabled for this control.
Public property AllowPostingNotes
Indicates if note editor panel is visible so user can post new notes.
Public property CommentControlUrl
URL of the comment control.
Public property ContentProviderTypeName
Content provider type name used for uploading files.
Public property Controls
Gets the control collection.
(Overrides Control..::..Controls.)
Public property DateFormatString
Date format string.
Public property DefaultPrivacyLevelId
Default privacy level ID.
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 FileGalleryControlUrl
URL of the file gallery control.
Public property GravatarRenderType
Type of the avatar to be rendered - if not set, the web.config settings are used.
Public property GroupId
Group ID.
Public property LinkifyCSSClass
Gets or sets a value of the CSS class which should be linkified.
Public property MaxContentChars
Maximum number of characters in a note.
Public property NewNoteId
Used to track the new note ID that is used to establish a relation with wall note posts and uploaded files (as files are uploaded before the post is entered into the database).
Public property oEmbedActive
Indicates if oEmbed functionality is active, and all links inside square brackets [http://www.xy.com] are parsed by the oEmbed provider.
Public property oEmbedHeight
Max. height of oEmbed content.
Public property oEmbedWidth
Max. width of oEmbed content.
Public property OpenLinkifiedLinksInNewWindow
Gets or sets a value indicating whether the linkified links should be opened in a new browser window or tab.
Public property PagerQueryStringComments
Gets or sets Pager query string name for comments.
Public property PagerQueryStringFiles
Gets or sets Pager query string name for files.
Public property PagerTemplateNameComments
Gets or sets pager template name for comments.
Public property PagerTemplateNameFiles
Gets or sets pager template name for files.
Public property PageSize
Pager page size.
Public property PageSizeComments
Public property PageSizeFiles
Public property PagingEnabledComments
Indicates if paging is enabled in the comments module
Public property PagingEnabledFiles
Indicates if paging is enabled in the files module
Public property PrivacyLevelNotSetCssClass
Gets or sets the privacy level not set css class.
Public property PrivacyLevelPrefixCssClass
Gets or sets the privacy level prefix css class.
Public property RatingHistoryTemplatePath
Gets or sets the rating history template path.
Public property RatingTemplatePath
Gets or sets the rating template path.
Public property ShowPrivacyEditor
Visibility of the privacy editor.
Public property ShowRating
Gets or sets a flag if rating is shown.
Public property SubscriptionLocalization
Gets the subscription localization.

Note: Used to perform programatic localization of subscription strings.

Public property TemplatedControl
Templated list view that is used for rendering the "repeatable" section of this control.
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 UserId
User Id of the wall owner - when set, the wall is switched to the owner mode where only notes posted directly at this wall are shown.
Public property UserProfileUrl
URL of the user profile page. If empty, a postback is performed to the same page.
Public property UserReputationNewCommentScore
Gets or sets how much score user gets for new comment submission.
Public property UserReputationNewFileScore
Gets or sets how much score user gets for new file submission.
Public property UserReputationNewNoteScore
Gets or sets how much score user gets for new note submission.
Public property WallNoteListVisible
Gets or sets a value indicating whether a wall note list preview is visible.
Public property WarningMessagesEnabled
Indicates if warning messages is displayed.

See Also