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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.