Click or drag to resize
BoardSubscriptionInfoProvider.Subscribe Method
Subscribe method intend to subscribe user to message board and send confirmation/opt-in email

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 12.0.0
Syntax
C#
public static void Subscribe(
	BoardSubscriptionInfo bsi,
	DateTime when,
	bool sendConfirmationEmail,
	bool sendOptInEmail
)

Parameters

bsi
Type: CMS.MessageBoards.BoardSubscriptionInfo
Subscription to be saved
when
Type: System.DateTime
Time of subscription
sendConfirmationEmail
Type: System.Boolean
Indicates if confirmation email should be send
sendOptInEmail
Type: System.Boolean
Indicates if opt-in email should be send
See Also