beforeExportArticle
When
Before creating the XML representation of an article on disk.
Where

Arguments in
n/a
Arguments out
n/a
Notes
Changes made to the text will be part of the export. Core_ID may be available in some workflows — use app.scriptArgs.isDefined("Core_ID") before accessing it.
Examples
Using beforeExportArticle
var msg = "About to export article";
if (app.scriptArgs.isDefined("Core_ID"))
msg += " (ID: " + app.scriptArgs.get("Core_ID") + ")";
alert(msg);
Supported versions
| Adobe Version | Supported |
|---|---|
| 2023 | ✔ |
| 2024 | ✔ |
| 2025 | ✔ |
| 2026 | ✔ |