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

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

Parameters

bpsi
Type: CMS.BlogsBlogPostSubscriptionInfo
Blog subscription info
contactId
Type: SystemInt32
Contact ID
siteId
Type: SystemInt32
Site ID
url
Type: SystemString
Current URL
campaign
Type: SystemString
Campaign
activityType
Type: SystemString
Activity type to log
checkViewMode
Type: SystemBoolean
Indicates if view mode should be checked
See Also