managedArticles

Syntax

Document.managedArticles;

Access

readonly

Parameters

Return value ManagedArticles

The collection of managed articles in the Document.

Description

The managedArticles property returns a ManagedArticles collection object containing all articles in the Document that are managed by Studio Server.

Examples

Count the managed articles in the active document

// Get the number of managed articles in the active document.
var count = app.activeDocument.managedArticles.count();
alert("Number of managed articles: " + count);

Supported versions

Adobe Version Supported
2023
2024
2025
2026

See also