name

Syntax

EntSection.name;

Access

readonly

Parameters

Return value string

The name of the Category.

Description

The name property returns the name of the Category as defined on Studio Server.

Examples

Get the name of a Category

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

Supported versions

Adobe Version Supported
2023
2024
2025
2026

See also