The BlogHelper type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
BlogOptInEnabled |
Indicates if opt-in is enabled for blog
| |
GetBlogDoubleOptInInterval |
Get blog double opt-in interval from settings
| |
GetBlogPosts |
Returns DataSet with all posts from all blogs.
| |
GetBlogPostTrackbackUrl(Int32) |
Returns Trackback URL for given post.
| |
GetBlogPostTrackbackUrl(Guid, String, String) |
Returns trackback URL for given blog post.
| |
GetBlogs(String) |
Returns DataSet with all blogs from specified site.
| |
GetBlogs(String, Int32) |
Returns DataSet with all blogs from specified site which are owned by specified user.
| |
GetBlogs(String, Int32, String) |
Returns DataSet with all blogs from specified site which are owned by specified user or moderated by specified user.
| |
GetBlogs(String, Int32, String, String) |
Returns DataSet with all blogs from specified site which are owned by specified user or moderated by specified user.
| |
GetBlogs(String, Int32, String, String, String) |
Returns DataSet with all blogs from specified site which are 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(TreeNode) |
Checks if the current user is allowed to manage comments of the blog placed on specified node.
| |
IsUserAuthorizedToManageComments(TreeNode, Boolean) |
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.
|
See Also