seanbun-gmail
-
5/5/2009 11:32:25 PM
TreeProvider.SelectNodes method only return single classname results
Hi,
I have found a problem on the "SelectNodes" method under TreeProvider class. When I executed below line of code, I expected to return all nodes with doctype "x" and "y" under the aliaispath "/Content/%/%". However, it now only returns the first doctype in the classname field which is "x" in my case.
DataSet ds = treeprovider.SelectNodes(sitename, "/Content/%/%", "en-us", false, "x;y", "", "NodeID", 1);
Please advise.
Matt
|