BoardSubscriptionInfoProviderGetSubscriptions Method (Int32, Int32, Int32) |
Gets all the subscriptions for specified user and site.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax 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:
DataSetSee Also