Exemplo n.º 1
0
 public static void MoveElement(string hashSource, string hashDestinationFolder)
 {
     CLog.Log("MoveElement()");
     if (CloudClientChannel == null)
     {
         CreateCloudClientChannel();
     }
     CloudClientChannel.MoveElement(hashSource, hashDestinationFolder);
 }