The BlogComments type exposes the following members.

Properties

  Name Description
Public property ApprovalMode
Comment approval mode. When set to none, no approval is needed; when set to automatic, services like Akismet and Defensio are used; when set to manual, admin must manually approve all comments.
Public property BlogPost
Parent blog post for all comments in this module
Public property DateFormatString
Date format string
Public property EnableModeratorNotifications
Gets or sets a value indicating whether moderator notifications are enabled.
Public property EnableSubscription
Sends notifications on non-spam comments to the blog author.
Public property GravatarRenderType
Type of the avatar to be rendered - if not set, the web.config settings are used.
Public property MaxDescriptionChars
Maximum number of characters in the comment
Public property ModeratorRoles
Array of Guids that identify the roles which are allowed to moderate blog part.
Public property PagerQueryString
Gets or sets Pager query string name for comments.
Public property PagerTemplateName
Gets or sets pager template name for comments.
Public property PageSize
Pager page size.
Public property PagingEnabled
Indicates if paging is enabled in the module.
Public property SendCommentNotificationsDefaultValue
Defines a default value for the send notifications on non-spam comments to the blog author.
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.

See Also