Click or drag to resize
ActivityBlogComment Constructor
Blog comment constructor

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public ActivityBlogComment(
	BaseInfo blogComment,
	BaseInfo blogPost,
	ActivityContext variables
)

Parameters

blogComment
Type: CMS.DataEngineBaseInfo
Blog comment info
blogPost
Type: CMS.DataEngineBaseInfo
Blog post tree node
variables
Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities
See Also