schebiyyam-allianceglobalservices
-
5/5/2012 5:49:23 AM
RE:Custom Web Part
Hi Redek Macalik,
Thanks for the info.
In the second link, I noticed following statement to fetch data from Products.
ds = tree.SelectNodes("CorporateSite","/Products/%", "en-us", True, "cms.menuitem;cms.products");
The above statement is working fine,
But suppose if want to fetch data from second level node, for example from Smart Phones (/Products/Smart), then the following statement is not working:
ds = tree.SelectNodes("CorporateSite","/Products/Smartphones/%", "en-us", True, "cms.menuitem;cms.products");
Could you please suggest alternate to fetch the data from second level nodes?
|