BlogTransformationFunctionsGetBlogCommentsCount Method (Object, Object) |
Returns number of comments of given blog.
Namespace: CMS.BlogsAssembly: CMS.Blogs (in CMS.Blogs.dll) Version: 8.2.23
Syntax public static int GetBlogCommentsCount(
Object postId,
Object postAliasPath
)
Parameters
- postId
- Type: SystemObject
Post document id - postAliasPath
- Type: SystemObject
Post alias path
Return Value
Type:
Int32See Also