name
Syntax

EntPublication.name;
Access
readonly
Parameters
Return value string
The name of the Brand.
Description
The name property returns the name of the Brand as defined on Studio Server.
Examples
Get the name of a Brand
// Get the name of a Brand on Studio Server.
var publication = app.entSession.getPublication("WW News");
var pubName = publication.name;
alert("Brand name: " + pubName);
Supported versions
| Adobe Version | Supported |
|---|---|
| 2023 | ✔ |
| 2024 | ✔ |
| 2025 | ✔ |
| 2026 | ✔ |