BoardSubscriptionInfoProviderGetSubscriptions Method (String, String) |
Gets all the subscriptions according specified conditions.
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.2.23
Syntax public static DataSet GetSubscriptions(
string where,
string orderBy
)
Parameters
- where
- Type: SystemString
Where condition to filter data - orderBy
- Type: SystemString
Order by statement to use
Return Value
Type:
DataSetSee Also