Interface IBlogAdminAppService
Inherited Members
Namespace: Volo.CmsKit.Admin.Blogs
Assembly: Volo.CmsKit.Admin.Application.Contracts.dll
Syntax
public interface IBlogAdminAppService : ICrudAppService<BlogDto, Guid, BlogGetListInput, CreateBlogDto, UpdateBlogDto>, ICrudAppService<BlogDto, BlogDto, Guid, BlogGetListInput, CreateBlogDto, UpdateBlogDto>, IReadOnlyAppService<BlogDto, BlogDto, Guid, BlogGetListInput>, ICreateUpdateAppService<BlogDto, Guid, CreateBlogDto, UpdateBlogDto>, ICreateAppService<BlogDto, CreateBlogDto>, IUpdateAppService<BlogDto, Guid, UpdateBlogDto>, IDeleteAppService<Guid>, IApplicationService, IRemoteService
Methods
GetAllListAsync()
Declaration
Task<ListResultDto<BlogDto>> GetAllListAsync()
Returns
Type | Description |
---|---|
Task<ListResultDto<BlogDto>> |
MoveAllBlogPostsAsync(Guid, Guid?)
Declaration
Task MoveAllBlogPostsAsync(Guid blogId, Guid? assignToBlogId = null)
Parameters
Type | Name | Description |
---|---|---|
Guid | blogId | |
Guid? | assignToBlogId |
Returns
Type | Description |
---|---|
Task |