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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...