Interface IDefaultBlogFeatureProvider
Namespace: Volo.CmsKit.Blogs
Assembly: Volo.CmsKit.Domain.dll
Syntax
public interface IDefaultBlogFeatureProvider
Methods
GetDefaultFeaturesAsync(Guid)
Declaration
Task<List<BlogFeature>> GetDefaultFeaturesAsync(Guid blogId)
Parameters
Type | Name | Description |
---|---|---|
Guid | blogId |
Returns
Type | Description |
---|---|
Task<List<BlogFeature>> |