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