| BlogPostSubscriptionInfoProviderGetBlogPostSubscriptions Method (String, String, String) | 
            Returns all subscriptions info with specified parameters.
            
 
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 10.0.0
 Syntax
Syntaxpublic static DataSet GetBlogPostSubscriptions(
	string where,
	string orderby,
	string columns = null
)
Parameters
- where
- Type: SystemString
 WHERE condition
- orderby
- Type: SystemString
 ORDER BY
- columns (Optional)
- Type: SystemString
 Selected columns
Return Value
Type: 
DataSet See Also
See Also