How can I pass some arguments into the custom file system provider? The FileExplorer takes a TYPE but it instantiates the class on it's own... I need to be able to pass in arguments or one of our custom business objects so that it has a reference to where the data will be coming from..
Also, how can I get a reference to that provider or to the current data tree from my page? I want to be able to persist from the explorer by serialization etc. I see that FileExplorer.TreeView.GetXML() and that's close but I need the one with ALL of the data (files and directories)
Thanks
Also, how can I get a reference to that provider or to the current data tree from my page? I want to be able to persist from the explorer by serialization etc. I see that FileExplorer.TreeView.GetXML() and that's close but I need the one with ALL of the data (files and directories)
Thanks