initialize

open override fun initialize(configData: IPluginInitializeData)

Initializes the AI components by reading configuration properties. Specifically, it acquires the msExpirationIDedImages from the plugin property "AI_CachedImageExpiration". Subclasses should call this method at the beginning of their own initialize implementation.

Parameters

configData

Provided by the Formcycle environment.