Method IsImporterValid
IsImporterValid(int)
Tells whether a valid license is available for an importer.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
bool IsImporterValid(int inImporterIx)
Parameters
| Type | Name | Description |
|---|---|---|
| int | inImporterIx | Index of importer to analyze, within [0, ImporterCount-1]. |
Returns
| Type | Description |
|---|---|
| bool | Whether a valid license is available for the importer. |
Remarks
This method is available since v7.6.