BlogTransformationFunctionsGetBlogCommentsCount Method |
Returns number of comments of given blog.
Namespace: CMS.Blogs.Web.UIAssembly: CMS.Blogs.Web.UI (in CMS.Blogs.Web.UI.dll) Version: 12.0.0
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