IExportService Methods
When implemented by a class, maintains a WCF service providing export functionality.| Name | Description |
|---|---|
| ClearDocument(DocumentId) | Clears the content of the specified document. |
| GetExportedDocument(ExportId) | Writes the exported document to the specified stream. |
| GetExportStatus(ExportId) | Returns the current status of the exported document. |
| StartExport(DocumentId, DocumentExportArgs) | Starts exporting the specified document. |
See Also