Click or drag to resize
BlogsActivityLogger Class
Provides methods for logging blogs activities.
Inheritance Hierarchy
SystemObject
  CMS.BlogsBlogsActivityLogger

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 10.0.0
Syntax
C#
public class BlogsActivityLogger

The BlogsActivityLogger type exposes the following members.

Constructors
  NameDescription
Public methodBlogsActivityLogger
Top
Methods
  NameDescription
Protected methodGetBlogPost
Gets current document version of the specified document.
Protected methodGetCurrentRequest
Returns current request.
Protected methodGetParentBlog
Gets parent blog of the specified document.
Public methodLogBlogCommentActivity
Logs Blog comment activity.
Public methodLogBlogPostSubscriptionActivity(BlogPostSubscriptionInfo)
Logs Blog post subscription.
Public methodLogBlogPostSubscriptionActivity(BlogPostSubscriptionInfo, Int32, Int32, String)
Logs Blog post subscription.
Top
See Also