Module: Eso::IntegrationOptionTypes

Defined in:
lib/eso/integration_option.rb

Overview

IntegrationOptionTypes is a way to categorize what various Integration Options do.

Constant Summary collapse

IMPORT_TO_SITE =

The IMPORT_TO_SITE Array tracks Integration Options which load Assets into a Site.

[
    IntegrationOptionNames::IMPORT_AD_ASSETS,
    IntegrationOptionNames::IMPORT_EPO_ASSETS,
    IntegrationOptionNames::SYNC_AZURE_ASSETS,
    IntegrationOptionNames::SYNC_AZURE_ASSETS_WITH_TAGS
]