BlogHelper GetBlogPosts Method Kentico 8.0 API Reference
Returns DataSet with all posts from all blogs.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

siteName
Type: OnlineSystem String
Nodes site name
aliasPath
Type: OnlineSystem String
Path. It may contain % and _ as wild card characters for any number of unknown characters or one unknown character respectively (for MS SQL)
cultureCode
Type: OnlineSystem String
Nodes culture code
combineWithDefaultCulture
Type: OnlineSystem Boolean
Specifies if return the default culture document when specified culture not found
where
Type: OnlineSystem String
Where condition to use for parent blogs selection
orderBy
Type: OnlineSystem String
Order by clause to use for the data selection
selectOnlyPublished
Type: OnlineSystem Boolean
Select only published nodes

Return Value

Type: OnlineDataSet
See Also