Method CanExport
CanExport(int, DocumentId)
Tells whether an exporter can export a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
bool CanExport(int inExporterIx, DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | inExporterIx | Index of exporter to analyze, within [0, ExporterCount-1]. |
| DocumentId | inDocumentId | Identifier of document to export. |
Returns
| Type | Description |
|---|---|
| bool | Whether the exporter can export the specified document. |
Remarks
This method is available since v7.6.