Click or drag to resize
BoardSubscriptionInfoProvider.GetBoardSubscriptionInfo 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: 11.0.0
Syntax
C#
public static BoardSubscriptionInfo GetBoardSubscriptionInfo(
	int boardId,
	int userId
)

Parameters

boardId
Type: System.Int32
Board id
userId
Type: System.Int32
User id

Return Value

Type: BoardSubscriptionInfo
See Also