Hi All,
How can we query with multiple Node GUID ?
Use the document query syntax:
.WhereIn(21,34,567,876)
I'm not sure why you'd look by nodeid though. NodeID does distinguish a specific language if you're using multilingual abilities.
Below is my code.
Detail detail = Provider.GetDetail(current_nodeAliasPath, "en-US", "ProjectName");
Where can i put wherein ? we want to pass multiple nodeAliasPath.
Check out the documentation on object query.
Please, sign in to be able to submit a new answer.