BoardSubscriptionInfoProviderGetSubscriptions Method (Int32, Int32, Int32) |
Gets all the subscriptions for specified user and site.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 11.0.0
Syntax public static DataSet GetSubscriptions(
int userId,
int siteId,
int topN = 0
)
Parameters
- userId
- Type: SystemInt32
User ID - siteId
- Type: SystemInt32
Site ID - topN (Optional)
- Type: SystemInt32
Return top N records
Return Value
Type:
DataSetSee Also