You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -295,12 +301,16 @@ where commentIds.Contains(bc.Id)
295
301
/// Get the count of blog comments
296
302
/// </summary>
297
303
/// <param name="blogPost">Blog post</param>
304
+
/// <param name="storeId">Store identifier; pass 0 to load all records</param>
298
305
/// <param name="isApproved">A value indicating whether to count only approved or not approved comments; pass null to get number of all comments</param>
/// <param name="storeId">Store identifier; pass 0 to load all records</param>
114
116
/// <param name="isApproved">A value indicating whether to count only approved or not approved comments; pass null to get number of all comments</param>
/// <param name="storeId">Store identifier; pass 0 to load all records</param>
87
89
/// <param name="isApproved">A value indicating whether to count only approved or not approved comments; pass null to get number of all comments</param>
0 commit comments