Beispiel #1
0
 public IDictionary <Guid, DateTime> GetManagedMediaItemAspectCreationDates()
 {
     try
     {
         return(_contentDirectory.GetAllManagedMediaItemAspectCreationDates());
     }
     catch (Exception)
     {
         throw new DisconnectedException();
     }
 }