Gets a blog post id by its identity ID (int)

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

Syntax

C#
Guid GetBlogPostId(
	int id
)
Visual Basic
Function GetBlogPostId ( 
	id As Integer
) As Guid
Visual C++
Guid GetBlogPostId(
	int id
)
F#
abstract GetBlogPostId : 
        id : int -> Guid 

Parameters

id
Type: System..::..Int32
Identity ID

Return Value

Type: Guid
Blog post Id

See Also