BlogPostSubscriptionInfoProviderGetBlogPostSubscriptions Method (String, String, String) |
Returns all subscriptions info with specified parameters.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax public 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:
DataSetSee Also