Retrieves the newest blog post.

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

Syntax

C#
BlogPostEntity GetLatestBlogPost()
Visual Basic
Function GetLatestBlogPost As BlogPostEntity
Visual C++
BlogPostEntity^ GetLatestBlogPost()
F#
abstract GetLatestBlogPost : unit -> BlogPostEntity 

Return Value

Type: BlogPostEntity
The newest blog post entity

See Also