public ElFinderContent <String> ElRename(ElFinderContent <String> target, string name)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 private KeyValuePair <String, Object> ElCurrent(ElFinderContent <TI> content)
 {
     return(new KeyValuePair <String, Object>("cwd", content));
 }