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