Click or drag to resize
BoardSubscriptionInfoProviderGetSubscriptions Method (Int32, Int32, Int32)
Gets all the subscriptions for specified user and site.

Namespace: CMS.MessageBoards
Assembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetSubscriptions(
	int userId,
	int siteId,
	int topN
)

Parameters

userId
Type: SystemInt32
User ID
siteId
Type: SystemInt32
Site ID
topN
Type: SystemInt32
Return top N records

Return Value

Type: DataSet
See Also