Returns the first blog instance, used in EnsureBlogPostExists and similar methods to prefill the BlogId field with a value.

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

Syntax

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

Return Value

Type: BlogEntity
Default blog entity.

See Also