Gets the last modification date of the blog.

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

Syntax

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

See Also