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#
SortExpression GetBlogSorter()
Visual Basic
Function GetBlogSorter As SortExpression
Visual C++
SortExpression^ GetBlogSorter()
F#
abstract GetBlogSorter : unit -> SortExpression 

Return Value

Type: SortExpression
Sort expression

See Also