id

Syntax

EntSection.id;

Access

readonly

Parameters

Return value string

The Studio Server object ID of the Category.

Description

The id property returns the unique object ID of the Category as stored on Studio Server.

Examples

Get the ID of a Category

// Get the ID of a Category on Studio Server.
var section = app.entSession.getCategory("WW News", "News");
var sectionId = section.id;
alert("Category ID: " + sectionId);

Supported versions

Adobe Version Supported
2023
2024
2025
2026

See also