Class BlogWithBlogPostCount
Inherited Members
Namespace: Volo.CmsKit.Blogs
Assembly: Volo.CmsKit.Domain.dll
Syntax
public class BlogWithBlogPostCount
Constructors
BlogWithBlogPostCount(Blog, int)
Declaration
public BlogWithBlogPostCount(Blog blog, int blogPostCount)
Parameters
| Type | Name | Description |
|---|---|---|
| Blog | blog | |
| int | blogPostCount |
Properties
Blog
Declaration
public Blog Blog { get; set; }
Property Value
| Type | Description |
|---|---|
| Blog |
BlogPostCount
Declaration
public int BlogPostCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |