[]
        
(Showing Draft Content)

C1.Web.Api.Pdf.PdfController.GetStatus

GetStatus Method

GetStatus(string)

Gets the status of the pdf document source with specified file path.

Declaration
public virtual IHttpActionResult GetStatus(string pdfPath)
Public Overridable Function GetStatus(pdfPath As String) As IHttpActionResult
Parameters
Type Name Description
string pdfPath

The full path of the pdf file.

Returns
Type Description
IHttpActionResult

An System.Web.Http.IHttpActionResult type object with content of DocumentStatus type object.