Click or drag to resize
MetaWeblogAPIGetRecentPosts 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#
public 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

Implements

IMetaWeblogAPIGetRecentPosts(String, String, String, Int32)
See Also