public static List <FileSystemElement> getFolderContent(string hash) { CLog.Log("getFolderContent()"); return(null); }
public static byte[] getFileContent(string hash) { CLog.Log("getFileContent()"); return(null); }
public static void DeleteElement(string hash) { CLog.Log("DeleteElement()"); }
public static void MoveElement(string hashSource, string hashDestinationFolder) { CLog.Log("MoveElement()"); }
public static List <Folder> getFoldersByName(string folderName) { CLog.Log("getFoldersByName()"); return(new List <Folder>()); }