I have a website called "mySite" with a shortcut/link at "~/About Us" in the CMS Tree.
If I call the following function:
TreeProvider tree = new TreeProvider(CMSContext.CurrentUser);
TreeNode existingNode = tree.SelectSingleNode("mySite", "/About Us", "en-AU");
...existingNode is null.
Why?
How *should* I retrieve a link at a specified location?
I jsut want to check if a link exists on a site at a specified location...