Namespace: MonoSoftware.MonoX.MetaWeblog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
Post[] GetRecentPosts(
	string blogid,
	string username,
	string password,
	int numberOfPosts
)
Visual Basic
Function GetRecentPosts ( 
	blogid As String,
	username As String,
	password As String,
	numberOfPosts As Integer
) As Post()
Visual C++
array<Post>^ GetRecentPosts(
	String^ blogid, 
	String^ username, 
	String^ password, 
	int numberOfPosts
)
F#
abstract GetRecentPosts : 
        blogid : string * 
        username : string * 
        password : string * 
        numberOfPosts : int -> Post[] 

Parameters

blogid
Type: System..::..String
username
Type: System..::..String
password
Type: System..::..String
numberOfPosts
Type: System..::..Int32

Return Value

Type: array<Post>[]()[][]

See Also