Gets the last modification date of the blog.

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

Syntax

C#
DateTime GetBlogLastModificationDate(
	string blogSlug
)
Visual Basic
Function GetBlogLastModificationDate ( 
	blogSlug As String
) As DateTime
Visual C++
DateTime GetBlogLastModificationDate(
	String^ blogSlug
)
F#
abstract GetBlogLastModificationDate : 
        blogSlug : string -> DateTime 

Parameters

blogSlug
Type: System..::..String
Blog slug

Return Value

Type: DateTime
Last modification date

See Also