Exemplo n.º 1
0
        protected void LibraryLocations_TreeNodePopulate(object sender, TreeNodeEventArgs e)
        {
            WBLogging.Debug("Call to LibraryLocations_TreeNodePopulate");

            String viewMode = process.IsReplaceActionToCreateNewSeries ? "New" : "Replace";

            manager.PopulateTreeNode(treeState, e.Node, viewMode);
        }
Exemplo n.º 2
0
        /*
         * private String GetSelectedFolderPath()
         * {
         *  string selectedPath = RecordsLibraryFolders.SelectedNode.ValuePath;
         *  if (string.IsNullOrEmpty(selectedPath)) selectedPath = "/";
         *  return selectedPath;
         * }
         */

        protected void RecordsLibraryFolders_TreeNodePopulate(object sender, TreeNodeEventArgs e)
        {
            WBLogging.Debug("Call to RecordsLibraryFolders_TreeNodePopulate");

            manager.PopulateTreeNode(treeState, e.Node, treeState.ViewMode);
        }