Adobe
9A0-384 · Question #32
Which command would you enter in your CQ Component script to get the template path of an AEM page in publish instance?
The correct answer is A. Properties-get("cq:temp|ate"/-). https://forums.adobe.com/thread/1030998
Component and Template Development (6.0)
Question
Which command would you enter in your CQ Component script to get the template path of an AEM page in publish instance?
Options
- AProperties-get("cq:temp|ate"/-);
- BPage.getTemplate();
- CPage.getTemplate().getPath();
- Dresource.getTemplate.getPath();
How the community answered
(31 responses)- A74% (23)
- B3% (1)
- C16% (5)
- D6% (2)
Explanation
Topics
#template path#page properties#CQ scripting API#component script
Community Discussion
No community discussion yet for this question.