| BlogPostSubscriptionInfoProviderUnsubscribeInternal Method | 
            Unsubscribes user from blog post.
            
 
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual OptInApprovalResultEnum UnsubscribeInternal(
	string subscriptionHash,
	bool sendConfirmationEmail,
	string siteName,
	DateTime datetime
)
Parameters
- subscriptionHash
- Type: SystemString
 Subscription hash.
- sendConfirmationEmail
- Type: SystemBoolean
 Indicates whether send confirmation e-mail
- siteName
- Type: SystemString
 Site name.
- datetime
- Type: SystemDateTime
 Date and time of request
Return Value
Type: 
OptInApprovalResultEnum See Also
See Also