Click or drag to resize
BlogPostSubscriptionInfoProviderGetBlogPostSubscriptions Method (Int32, Int32, 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,
	int topN = 0
)

Parameters

userId
Type: SystemInt32
User ID
siteId
Type: SystemInt32
Site ID
topN (Optional)
Type: SystemInt32
TOP N query parameter

Return Value

Type: DataSet
See Also