ActivitySubscriptionBlogPost Constructor |
Default constructor.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 10.0.0
Syntax public ActivitySubscriptionBlogPost(
string blogName,
ITreeNode blogNode,
ITreeNode blogPost,
BaseInfo bpsi,
ActivityContext variables
)
Parameters
- blogName
- Type: SystemString
Blog name. - blogNode
- Type: CMS.BaseITreeNode
Blog node. Optional. - blogPost
- Type: CMS.BaseITreeNode
Blog post node. - bpsi
- Type: CMS.DataEngineBaseInfo
Blog post subscription object. - variables
- Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities. Use AnalyticsContext.ActivityEnvironmentVariables.
See Also