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

Syntax

C#
Post GetPost(
	string postid,
	string username,
	string password
)
Visual Basic
Function GetPost ( 
	postid As String,
	username As String,
	password As String
) As Post
Visual C++
Post GetPost(
	String^ postid, 
	String^ username, 
	String^ password
)
F#
abstract GetPost : 
        postid : string * 
        username : string * 
        password : string -> Post 

Parameters

postid
Type: System..::..String
username
Type: System..::..String
password
Type: System..::..String

Return Value

Type: Post

See Also