3 references to CreateRecursivePath
System.Web (3)
UI\WebControls\XmlHierarchyData.cs (3)
48return CreateRecursivePath(node.ParentNode) + FindNodePosition(node); 96_parent.Path = CreateRecursivePath(_item.ParentNode); 103_path = CreateRecursivePath(_item);