Class DocumentPdfAdminClientProxy
Inheritance
DocumentPdfAdminClientProxy
Assembly: Volo.Docs.Admin.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IDocumentPdfAppService), typeof(DocumentPdfAdminClientProxy) })]
public class DocumentPdfAdminClientProxy : ClientProxyBase<IDocumentPdfAppService>, ITransientDependency, IDocumentPdfAppService, IApplicationService, IRemoteService
Constructors
DocumentPdfAdminClientProxy()
Declaration
public DocumentPdfAdminClientProxy()
Methods
Declaration
public virtual Task DeletePdfFileAsync(DeletePdfFileInput input)
Parameters
Returns
Declaration
public virtual Task<IRemoteStreamContent> DownloadPdfAsync(DocumentPdfGeneratorInput input)
Parameters
Returns
Declaration
public virtual Task<bool> ExistsAsync(DocumentPdfGeneratorInput input)
Parameters
Returns
Declaration
public virtual Task GeneratePdfAsync(DocumentPdfGeneratorInput input)
Parameters
Returns
Declaration
public virtual Task<PagedResultDto<ProjectPdfFileDto>> GetPdfFilesAsync(GetPdfFilesInput input)
Parameters
Returns
Implements
Extension Methods