BlogHelper Class |
Namespace: CMS.Blogs
public static class BlogHelper
The BlogHelper type exposes the following members.
Name | Description | |
---|---|---|
BLOG_CLASS_NAME |
Class name for Blog page type
| |
BLOG_OBJECT_TYPE |
Object type for Blog page type
|
Name | Description | |
---|---|---|
BlogOptInEnabled |
Indicates if opt-in is enabled for blog
| |
CreateMacroResolver |
Creates macro resolver
| |
GetBlogDoubleOptInInterval |
Get blog double opt-in interval from settings
| |
GetBlogPosts |
Returns DataSet with all posts from all blogs.
| |
GetBlogs |
Returns all blogs from specified site, optionally owned by specified user or moderated by specified user.
| |
GetBlogsWhere |
Returns combined where condition using given ownerId, moderator name and custom where condition.
| |
GetCommentParentBlog |
Returns parent blog of the specified comment.
| |
GetParentBlog(Int32, Boolean) |
Returns parent blog of the specified document.
| |
GetParentBlog(String, String, Boolean) |
Returns parent blog of the specified document.
| |
IsUserAuthorizedToManageComments |
Checks if the current user is allowed to manage comments of the blog placed on specified node.
| |
IsUserBlogModerator |
Determines if user is moderator of the specified blog.
| |
IsUserBlogOwner |
Determines if user is owner of the specified blog.
|