BlogProperties Class |
Namespace: CMS.Blogs
public class BlogProperties
The BlogProperties type exposes the following members.
Name | Description | |
---|---|---|
BlogProperties |
Name | Description | |
---|---|---|
OPEN_COMMENTS_ALWAYS |
Indicates that comments are always opened after the blog post is published.
| |
OPEN_COMMENTS_DISABLE |
Indicates that comments are closed after the blog post is published.
|
Name | Description | |
---|---|---|
AllowAnonymousComments |
Indicates whether anonymous comments are allowed.
| |
CheckPermissions |
Indicates whether permissions should be checked.
| |
EnableSubscriptions |
Indicates whether subscription is allowed.
| |
EnableUserPictures |
Indicates whether user pictures should be displayed in comment detail.
| |
ModerateComments |
Indicates whether comments are moderated before publishing.
| |
OpenCommentsFor |
Indicates how long are comments opened.
| |
RequireEmails |
Indicates whether e-mail is required.
| |
SendCommentsToEmail |
E-mail address the comments are sent to.
| |
ShowDeleteButton |
Indicates whether 'Delete' button should be displayed in comment view while editing comments on the live site.
| |
ShowEditButton |
Indicates whether 'Edit' button should be displayed in comment view while editing comments on the live site.
| |
StopProcessing |
Indicates whether processing should be stopped.
| |
UseCaptcha |
Indicates whether security code should be entered when inserting new comment.
| |
UserPictureMaxHeight |
User picture max height.
| |
UserPictureMaxWidth |
User picture max width.
|