sheeba.chandran-lobaansoftwares
-
9/12/2013 2:55:33 AM
Need help to understand CMS.TreeEngine.TreeNode
Hello,
Can anyone help me out to understand the following few lines of code:-
TreeProvider provider = new TreeProvider(CMSContext.CurrentUser); CMS.TreeEngine.TreeNode parent = provider.SelectSingleNode(CMSContext.CurrentSiteName, "/Company/Partners", "en-us", true);
What is the use of second parameter "/Company/Partners" and how to decide this parameter. because in my project i am getting null value for parent variable.
|