Gets the blog post.

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

Syntax

C#
protected virtual Post GetBlogPost(
	string postid
)
Visual Basic
Protected Overridable Function GetBlogPost ( 
	postid As String
) As Post
Visual C++
protected:
virtual Post GetBlogPost(
	String^ postid
)
F#
abstract GetBlogPost : 
        postid : string -> Post 
override GetBlogPost : 
        postid : string -> Post 

Parameters

postid
Type: System..::..String
Post id

Return Value

Type: Post
Blog post

See Also