Exemplo n.º 1
0
        void content_BeforeClearDocumentCache(Document doc, DocumentCacheEventArgs e)
        {
#if !DEBUG
            try
#endif
            {
                UrlTrackerRepository.AddGoneEntryByNodeId(doc.Id);
            }
#if !DEBUG
            catch (Exception ex)
            {
                ex.LogException();
            }
#endif
        }