Beispiel #1
0
        private bool Update()
        {
            this.lastModUtc = DateTime.UtcNow;

            bool result = DBRssFeed.UpdateRssFeed(
                this.itemID,
                this.moduleID,
                this.author,
                this.url,
                this.rssUrl,
                this.lastModUserGuid,
                this.lastModUtc);

            // TODO: move to UI
            //RSSFeed.ClearCache(this.moduleID);

            return(result);
        }
Beispiel #2
0
        private bool Update()
        {
            this.lastModUtc = DateTime.UtcNow;

            bool result = DBRssFeed.UpdateRssFeed(
                this.itemID,
                this.moduleID,
                this.author,
                this.url,
                this.rssUrl,
                this.lastModUserGuid,
                this.lastModUtc,
                this.imageUrl,
                this.feedType,
                this.publishByDefault,
                this.sortRank);



            return(result);
        }