Click or drag to resize
BoardSubscriptionInfoProviderGetBoardSubscriptionInfo Method (Int32, Int32)
Returns the BoardSubscriptionInfo structure for the specified board id an user id.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static BoardSubscriptionInfo GetBoardSubscriptionInfo(
	int boardId,
	int userId
)

Parameters

boardId
Type: SystemInt32
Board id
userId
Type: SystemInt32
User id

Return Value

Type: BoardSubscriptionInfo
See Also