Click or drag to resize
BoardSubscriptionInfoProviderLogSubscriptionActivity Method (BoardSubscriptionInfo, BoardInfo, String, Boolean)
Log activity (subscribing/unsubscribing) using context values.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static void LogSubscriptionActivity(
	BoardSubscriptionInfo bsi,
	BoardInfo bi,
	string activityType,
	bool checkViewMode
)

Parameters

bsi
Type: CMS.MessageBoardsBoardSubscriptionInfo
Board subscription object
bi
Type: CMS.MessageBoardsBoardInfo
Board object
activityType
Type: SystemString
Activity type to log
checkViewMode
Type: SystemBoolean
Indicates if view mode should be checked
See Also