managedLayoutModules
Syntax

Document.managedLayoutModules;
Access
readonly
Parameters
Return value ManagedLayoutModules
The collection of managed Layout Modules in the Document.
Description
The managedLayoutModules property returns a ManagedLayoutModules collection object containing all Layout Modules in the Document that are managed by Studio Server.
Examples
Count the managed Layout Modules in the active document
// Get the number of managed Layout Modules in the active document.
var count = app.activeDocument.managedLayoutModules.count();
alert("Number of managed Layout Modules: " + count);
Supported versions
| Adobe Version | Supported |
|---|---|
| 2023 | ✔ |
| 2024 | ✔ |
| 2025 | ✔ |
| 2026 | ✔ |