kentico_martind
-
11/9/2009 9:24:10 AM
RE:SelectNodes by document type property
Hi Oleg,
You can use following overload of SelectNodes method that allows you to specify class name (document type) and where condition:
ds = tree.SelectNodes("SiteName","/%", "en-us", true, "custom.documentType", "CustomField = 1");
Best Regards,
Martin Dobsicek
|