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.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax 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:
DataSetSee Also