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#
public virtual DateTime GetBlogLastModificationDate(
	Nullable<Guid> languageId,
	string blogSlug
)
Visual Basic
Public Overridable Function GetBlogLastModificationDate ( 
	languageId As Nullable(Of Guid),
	blogSlug As String
) As DateTime
Visual C++
public:
virtual DateTime GetBlogLastModificationDate(
	Nullable<Guid> languageId, 
	String^ blogSlug
)
F#
abstract GetBlogLastModificationDate : 
        languageId : Nullable<Guid> * 
        blogSlug : string -> DateTime 
override GetBlogLastModificationDate : 
        languageId : Nullable<Guid> * 
        blogSlug : string -> DateTime 

Parameters

languageId
Type: System..::..Nullable<(Of <(<'Guid>)>)>
Language Id.
blogSlug
Type: System..::..String
Blog slug

Return Value

Type: DateTime
Last modification date

Implements

IBlogBLL..::..GetBlogLastModificationDate(Nullable<(Of <<'(Guid>)>>), String)

See Also