- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-24-2021
07:36 AM
How to get Menu name of a sitestore folder in CaaS?
Hi all,
We have a requirement where we need to fetch the menu name of a folder in CaaS instead of the name of folder as shown in the screenshot below.
I couldn't find any method returning the same. Could someone kindly guide?
below attached the screenshot from site structure
Labels
1 Solution
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-24-2021
04:44 PM
Hi Yamini,
even in CaaS it's still a PageRefFolder where you can use getFolderLangSpec(Language language).getLabel().
Or did I get you wrong here?
Felix
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-24-2021
04:44 PM
Hi Yamini,
even in CaaS it's still a PageRefFolder where you can use getFolderLangSpec(Language language).getLabel().
Or did I get you wrong here?
Felix

