Click or drag to resize
ForumPostInfoProviderSendModeratorsEmail Method (Int32, String, String)
Send e-mail to moderators.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static void SendModeratorsEmail(
	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