Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Team,
Please guide how to fetch the tab names from a node. I am using Umbraco 10.
Thanks,
Suma Mathews
I'm not sure if that's possible? What is your use case? What do you want to do with the tab name?
Hi,
I have a use case in which I have to display the tab names in the page.
var tabs = ContentTypeService.Get(< document type alias >).PropertyGroups.ToList();
The above snippet gave me resuts.
Thanks.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Fetching tab names of a node
Hi Team,
Please guide how to fetch the tab names from a node. I am using Umbraco 10.
Thanks,
Suma Mathews
I'm not sure if that's possible? What is your use case? What do you want to do with the tab name?
Hi,
I have a use case in which I have to display the tab names in the page.
var tabs = ContentTypeService.Get(< document type alias >).PropertyGroups.ToList();
The above snippet gave me resuts.
Thanks.
is working on a reply...