BlogPostSubscriptionInfoProvider.Unsubscribe Method |
Unsubscribes user from blog post.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntaxpublic static OptInApprovalResultEnum Unsubscribe(
string subscriptionHash,
bool sendConfirmationEmail,
string siteName,
DateTime datetime
)
Parameters
- subscriptionHash
- Type: System.String
Subscription hash. - sendConfirmationEmail
- Type: System.Boolean
Indicates whether send confirmation e-mail - siteName
- Type: System.String
Site name. - datetime
- Type: System.DateTime
Date and time of request
Return Value
Type:
OptInApprovalResultEnum
See Also