Does the new ContentService have support for LINQ?
Hi folks- Quick question regarding the new ContentService API. I'm writing some code to traverse a node's children for certain node types. I'd like to give the new API a shot but im not quite sure how to select children of a certain type. I can always use the Where linq extension but im not sure where the filter is applied. Does the ContentService support expressions like this or does it just filter the list after it's been queried? Thanks.
Does the new ContentService have support for LINQ?
Hi folks- Quick question regarding the new ContentService API. I'm writing some code to traverse a node's children for certain node types. I'd like to give the new API a shot but im not quite sure how to select children of a certain type. I can always use the Where linq extension but im not sure where the filter is applied. Does the ContentService support expressions like this or does it just filter the list after it's been queried? Thanks.
is working on a reply...