Checks if Blog exists.

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

Syntax

C#
protected virtual bool CheckIfBlogExists()
Visual Basic
Protected Overridable Function CheckIfBlogExists As Boolean
Visual C++
protected:
virtual bool CheckIfBlogExists()
F#
abstract CheckIfBlogExists : unit -> bool 
override CheckIfBlogExists : unit -> bool 

Return Value

Type: Boolean
True if blog exists, false otherwise.

See Also