Get blog sort expression for the blog post admin screens.

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

Syntax

C#
public virtual SortExpression GetBlogSorter()
Visual Basic
Public Overridable Function GetBlogSorter As SortExpression
Visual C++
public:
virtual SortExpression^ GetBlogSorter()
F#
abstract GetBlogSorter : unit -> SortExpression 
override GetBlogSorter : unit -> SortExpression 

Return Value

Type: SortExpression
Sort expression

Implements

IBlogBLL..::..GetBlogSorter()()()()

See Also