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); }
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); }