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#
public virtual BlogPostEntity GetLatestBlogPost()
Visual Basic
Public Overridable Function GetLatestBlogPost As BlogPostEntity
Visual C++
public:
virtual BlogPostEntity^ GetLatestBlogPost()
F#
abstract GetLatestBlogPost : unit -> BlogPostEntity 
override GetLatestBlogPost : unit -> BlogPostEntity 

Return Value

Type: BlogPostEntity
The newest blog post entity

Implements

IBlogBLL..::..GetLatestBlogPost()()()()

See Also