Click or drag to resize
IMetaWeblogAPIGetRecentPosts Method
Gets a set of the most recent blog posts in descending order by publish date.

Namespace: CMS.MetaWeblogProvider
Assembly: CMS.MetaWeblogProvider (in CMS.MetaWeblogProvider.dll) Version: 8.2.23
Syntax
C#
MetaWeblogAPIObjectsPost[] GetRecentPosts(
	string blogid,
	string username,
	string password,
	int numberOfPosts
)

Parameters

blogid
Type: SystemString
ID of the blog
username
Type: SystemString
Name of the user performing action
password
Type: SystemString
Password to access user's account
numberOfPosts
Type: SystemInt32
Indicates the number of returned posts

Return Value

Type: MetaWeblogAPIObjectsPost
See Also