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