Click or drag to resize
BoardSubscriptionInfoProviderGetSubscriptions Method (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
)

Parameters

userId
Type: SystemInt32
User ID
siteId
Type: SystemInt32
Site ID

Return Value

Type: DataSet
See Also