Click or drag to resize
BlogPostSubscriptionInfoProviderGetBlogPostSubscriptions Method (Int32, Int32, String, Int32)
Returns all blog post subscriptions for specified user which were created on specified site. Blog post document name is attached for each subscription.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetBlogPostSubscriptions(
	int userId,
	int siteId,
	string where,
	int topN
)

Parameters

userId
Type: SystemInt32
User ID
siteId
Type: SystemInt32
Site ID
where
Type: SystemString
WHERE condition
topN
Type: SystemInt32
TOP N query parameter

Return Value

Type: DataSet
See Also