ThreadEmailSender Constructor (Int32, Boolean) |
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax public ThreadEmailSender(
int postId,
bool moderatorEmail
)
Parameters
- postId
- Type: SystemInt32
The post ID - moderatorEmail
- Type: SystemBoolean
If set to true, email is sent to moderator
See Also