Click or drag to resize
BlogsActivityLoggerGetBlogPost Method
Gets current document version of the specified document.

Namespace: CMS.Blogs
Assembly: CMS.Blogs (in CMS.Blogs.dll) Version: 10.0.0
Syntax
C#
protected virtual TreeNode GetBlogPost(
	int documentId
)

Parameters

documentId
Type: SystemInt32
Document ID

Return Value

Type: TreeNode
See Also