getIssue
Syntax
Session.getIssue(brandName, issueName);
Parameters
brandName string
The name of the Brand.
issueName string
The name of the Issue.
Return value EntIssue
The EntIssue object on the Studio Server.
Description
The getIssue()
method returns an EntIssue object from the Studio Server for the provided Brand name and Issue name. If the object does not exist it will throw an exception.
Examples
Example title
var entIssue = app.entSession.getIssue("WW News", "1st Issue");
// Return value: { id: "1", name: "1st Issue" }
Supported versions
Adobe Version | Supported |
---|---|
2022 | ✔ |
2023 | ✔ |
2024 | ✔ |
2025 | ✔ |