vino-fsm
-
1/14/2010 7:40:17 PM
RE:TreeProvider selectsinglenode question
Hi,
Here's my output
CMSContext.CurrentSiteID = 2 CMSContext.CurrentDocumentCulture.CultureCode = en-AU
I ran tp.SelectSingleNode(292) and manage to get a node with info below NodeID = 292 NodeName = Savvy NodeClassName = CMS.Article DocumentCulture = en-AU NodeSiteID = 2
So it seems to works with tp.SelectSingleNode(ID) but not tp.SelectSingleNode(CMSContext.CurrentSiteName, "/%", CMSContext.CurrentDocumentCulture.CultureCode, true, "CMS.Article", "", "", -1, true);
|