Click or drag to resize
BlogPostSubscriptionInfoProviderGetBlogPostSubscriptions Method (String, String, String)
Returns all subscriptions info with specified parameters.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
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: DataSet
See Also