BoardSubscriptionInfoProviderSubscribe Method |
Subscribe method intend to subscribe user to message board and send confirmation/opt-in email
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 11.0.0
Syntax public static void Subscribe(
BoardSubscriptionInfo bsi,
DateTime when,
bool sendConfirmationEmail,
bool sendOptInEmail
)
Parameters
- bsi
- Type: CMS.MessageBoardsBoardSubscriptionInfo
Subscription to be saved - when
- Type: SystemDateTime
Time of subscription - sendConfirmationEmail
- Type: SystemBoolean
Indicates if confirmation email should be send - sendOptInEmail
- Type: SystemBoolean
Indicates if opt-in email should be send
See Also