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
I have a list of data types and i want a list of nodes that uses theese data types.
var listOfDataTypes = umbraco.uQuery.GetAllDataTypes().Where(x => x.Value.Contains("Tags"));
Is it possible to get a node list from this ?
ty
//Tobias
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
Get Nodes from dataTypes
I have a list of data types and i want a list of nodes that uses theese data types.
var listOfDataTypes = umbraco.uQuery.GetAllDataTypes().Where(x => x.Value.Contains("Tags"));
Is it possible to get a node list from this ?
ty
//Tobias
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.