Click or drag to resize
BlogTransformationFunctionsGetBlogCommentsCount Method
Returns number of comments of given blog.

Namespace: CMS.Blogs.Web.UI
Assembly: CMS.Blogs.Web.UI (in CMS.Blogs.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static int GetBlogCommentsCount(
	Object postId,
	Object postAliasPath
)

Parameters

postId
Type: SystemObject
Post document id
postAliasPath
Type: SystemObject
Post alias path

Return Value

Type: Int32
See Also