Click or drag to resize
BlogPostSubscriptionInfoProviderGetUnsubscriptionUrlInternal Method
Returns unsubscription URL which is used to cancel existing subscription

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetUnsubscriptionUrlInternal(
	BlogPostSubscriptionInfo subscription,
	TreeNode blog,
	TreeNode blogPost,
	string unsubscriptionUrl
)

Parameters

subscription
Type: CMS.BlogsBlogPostSubscriptionInfo
Blog post subscription object
blog
Type: CMS.DocumentEngineTreeNode
Blog document
blogPost
Type: CMS.DocumentEngineTreeNode
Blog post to which user was subscribed
unsubscriptionUrl
Type: SystemString
Custom unsubscription page URL

Return Value

Type: String
See Also