Exemplo n.º 1
0
 /// <summary>
 /// Deletes the entry.
 /// </summary>
 /// <param name="entryId">The entry id.</param>
 /// <param name="recursive">if set to <c>true</c> [recursive].</param>
 public void DeleteCatalogEntry(int entryId, bool recursive)
 {
     _Proxy.DeleteCatalogEntry(entryId, recursive);
 }