Method CanInclude
CanInclude(int, DocumentId)
Tells whether an importer can include into a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
bool CanInclude(int inImporterIx, DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | inImporterIx | Index of importer to analyze, within [0, ImporterCount-1]. |
| DocumentId | inDocumentId | Document where data are to be stored. |
Returns
| Type | Description |
|---|---|
| bool | Whether the importer can include into the specified document. |
Remarks
This method is available since v7.6.