[]
        
(Showing Draft Content)

C1.Web.Api.IExporter.ExportAsync

ExportAsync Method

ExportAsync(object, Stream)

Execute exporting task asynchronously.

Declaration
Task ExportAsync(object exportSource, Stream outputStream)
Parameters
Type Name Description
object exportSource

The export source.

Stream outputStream

The output stream.

Returns
Type Description
Task