| BlogPostSubscriptionInfoProviderGetBlogPostSubscriptions Method (Int32, Int32, String, Int32, String, String, 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: 10.0.0
 Syntax
Syntaxpublic static DataSet GetBlogPostSubscriptions(
	int userId,
	int siteId,
	string where,
	int topN,
	string order,
	string columns,
	int offset,
	int maxRecords,
	ref int totalRecords
)
Parameters
- userId
- Type: SystemInt32
 User ID
- siteId
- Type: SystemInt32
 Site ID
- where
- Type: SystemString
 WHERE condition
- topN
- Type: SystemInt32
 TOP N query parameter
- order
- Type: SystemString
 Order by
- columns
- Type: SystemString
 Columns expression
- offset
- Type: SystemInt32
 Index of first record to get
- maxRecords
- Type: SystemInt32
 Maximum number of records to get. If maxRecords is zero or less, all records are returned (no paging is used)
- totalRecords
- Type: SystemInt32
 Returns total records
Return Value
Type: 
DataSet See Also
See Also