Retrieves a collection of all blog post categories.

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

Syntax

C#
EntityCollection<BlogCategoryEntity> GetBlogCategories()
Visual Basic
Function GetBlogCategories As EntityCollection(Of BlogCategoryEntity)
Visual C++
EntityCollection<BlogCategoryEntity^>^ GetBlogCategories()
F#
abstract GetBlogCategories : unit -> EntityCollection<BlogCategoryEntity> 

Return Value

Type: EntityCollection<(Of <(<'BlogCategoryEntity>)>)>
Blog post category collection.

See Also