Click or drag to resize
ActivityBlogCommentActivityTypeEnabled Method
Indicates if logging of specific activity is enabled.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax
C#
protected bool ActivityTypeEnabled(
	BaseInfo bc,
	BaseInfo blogPost
)

Parameters

bc
Type: CMS.DataEngineBaseInfo
blogPost
Type: CMS.DataEngineBaseInfo

Return Value

Type: Boolean
See Also