Exemplo n.º 1
0
 public static List <FileSystemElement> getFolderContent(string hash)
 {
     CLog.Log("getFolderContent()");
     return(null);
 }
Exemplo n.º 2
0
 public static byte[] getFileContent(string hash)
 {
     CLog.Log("getFileContent()");
     return(null);
 }
Exemplo n.º 3
0
 public static void DeleteElement(string hash)
 {
     CLog.Log("DeleteElement()");
 }
Exemplo n.º 4
0
 public static void MoveElement(string hashSource, string hashDestinationFolder)
 {
     CLog.Log("MoveElement()");
 }
Exemplo n.º 5
0
 public static List <Folder> getFoldersByName(string folderName)
 {
     CLog.Log("getFoldersByName()");
     return(new List <Folder>());
 }