BaseIntegrationConnector Properties |
The BaseIntegrationConnector type exposes the following members.
Name | Description | |
---|---|---|
ClearTranslationsAfterProcessing |
Says whether to clear cached translation information (true by default). Applies both to internal and external tasks.
If switched to false, translations can still be cleared by calling ClearInternalTranslations() or ClearExternalTranslations().
| |
ConnectorEnabled |
Gets a value that indicates if the connector is enabled.
(Inherited from AbstractIntegrationConnector.) | |
ConnectorID |
Gets integration connector identifier.
(Inherited from AbstractIntegrationConnector.) | |
ConnectorInfo |
Gets integration connector info object.
(Inherited from AbstractIntegrationConnector.) | |
ConnectorName |
Name of the connector.
(Inherited from AbstractIntegrationConnector.) | |
LogIntegrationForExternalTasks |
Determines whether to log integration tasks when processing external tasks.
False by default.
| |
SyncManager |
SyncManager instance.
|