Click or drag to resize
BlogPostSubscriptionInfoProviderLogSubscriptionActivity Method (BlogPostSubscriptionInfo, String, Boolean)
Logs activity using context values.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
public static void LogSubscriptionActivity(
	BlogPostSubscriptionInfo bpsi,
	string activityType,
	bool checkViewMode
)

Parameters

bpsi
Type: CMS.BlogsBlogPostSubscriptionInfo
Blog subscription info
activityType
Type: SystemString
Activity type to log
checkViewMode
Type: SystemBoolean
Indicates if view mode should be checked
See Also