ForumPostInfoProviderSendPostEmails Method (Int32, String, String) |
Sends the new post acknowledgement to the users subscribed
to the forum or forum thread where the post has been inserted.
Namespace: CMS.ForumsAssembly: CMS.Forums (in CMS.Forums.dll) Version: 12.0.0
Syntax public static void SendPostEmails(
int postId,
string baseUrl,
string unsubscriptionUrl
)
Parameters
- postId
- Type: SystemInt32
Post ID - baseUrl
- Type: SystemString
Default base URL - unsubscriptionUrl
- Type: SystemString
Default unsubscription URL
See Also