id

Syntax

EntPublication.id;

Access

readonly

Parameters

Return value string

The Studio Server object ID of the Brand.

Description

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

Examples

Get the ID of a Brand

// Get the ID of a Brand on Studio Server.
var publication = app.entSession.getPublication("WW News");
var pubId = publication.id;
alert("Brand ID: " + pubId);

Supported versions

Adobe Version Supported
2023
2024
2025
2026

See also