public void Page_Load(object sender, EventArgs e)
 {
     //loads the xml structure from the snippet infos
     _navItem = NavigationDisplayInfo.ParseTree(SnippetInfo.Data);
 }
Exemple #2
0
 public void Page_Load(object sender, EventArgs e)
 {
     //this calls the ParseTree method in NavigationItem.cs which loads up the xml from the templates in Rhythmyx
     _navInfo = NavigationDisplayInfo.ParseTree(SnippetInfo.Data);
 }