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