Gets a blog post by id.

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

Syntax

C#
BlogPostEntity GetBlogPost(
	Guid id
)
Visual Basic
Function GetBlogPost ( 
	id As Guid
) As BlogPostEntity
Visual C++
BlogPostEntity^ GetBlogPost(
	Guid id
)
F#
abstract GetBlogPost : 
        id : Guid -> BlogPostEntity 

Parameters

id
Type: System..::..Guid
Blog post id

Return Value

Type: BlogPostEntity
Blog post entity

See Also