ThreadEmailSenderSendNewCommentNotification Method |
Sends a notification e-mail to blog post subscribers, to blog moderators and to blog owner.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax public void SendNewCommentNotification(
WindowsIdentity wi,
bool toSubscribers,
bool toModerators,
bool toBlogOwner
)
Parameters
- wi
- Type: System.Security.PrincipalWindowsIdentity
Windows identity - toSubscribers
- Type: SystemBoolean
Indicates if notification email should be sent to blog post subscribers - toModerators
- Type: SystemBoolean
Indicates if notification email should be sent to blog moderators - toBlogOwner
- Type: SystemBoolean
Indicates if notification email should be sent to blog owner
See Also