Checks if the blog can be edited by the current user.

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

Syntax

C#
public virtual bool IsBlogEditableByThisUser()
Visual Basic
Public Overridable Function IsBlogEditableByThisUser As Boolean
Visual C++
public:
virtual bool IsBlogEditableByThisUser()
F#
abstract IsBlogEditableByThisUser : unit -> bool 
override IsBlogEditableByThisUser : unit -> bool 

Return Value

Type: Boolean
True if the blog exists (checks for the property BlogSlug of this module) and can be edited by the current user, false otherwise.

See Also