Click or drag to resize
ForumSubscriptionInfoProviderDeleteForumSubscriptionInfo Method (Int32, Boolean)
Deletes specified forumSubscription.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.dll) Version: 9.0.0
Syntax
C#
public static void DeleteForumSubscriptionInfo(
	int forumSubscriptionId,
	bool sendConfirmationEmail
)

Parameters

forumSubscriptionId
Type: SystemInt32
ForumSubscription id
sendConfirmationEmail
Type: SystemBoolean
If confirmation email should be sent or not
See Also