Inheritance
    System.Object
    EPiRSSReaderController
   
  
  
  Assembly: EPiServer.Cms.Shell.UI.dll
  Version: 11.20.7
  
  
    [Gadget(Title = "RSS Feed Reader", ClientScriptInitMethod = "epi.rssReader.init", NameResourceKey = "/shell/cms/rssgadget/title", IconUrl = "ClientResources/RSSReader/Icon.png", Name = "EPiServer.Cms.Shell.UI.Controllers.RSSReaderController")]
[CssResource("ClientResources/RSSReader/RSSReader.css")]
[ScriptResource("ClientResources/RSSReader/RSSReader.js")]
[VerifyGadgetOwner]
[Obsolete("The Episerver gadget framework has been deprecated and was replaced by the Episerver Components. Please use the new Store pattern to serve the client side components.")]
public class EPiRSSReaderController : Controller, IGadgetNotify
   
  Constructors
  
  
  
  
  
  
  
  Declaration
  
    public EPiRSSReaderController(DynamicDataStoreFactory storeFactory, LocalizationService localizationService)
   
  Parameters
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public DynamicDataStore Storage { get; }
   
  Property Value
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    [GadgetAction(TextResourceKey = "/EPiServer/Shell/Resources/Texts/Edit")]
public ActionResult Configure(Guid gadgetId)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Guid | gadgetId |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Web.Mvc.ActionResult |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public ActionResult FeedInfo(Guid gadgetId, string feedUrl)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Guid | gadgetId |  | 
      
        | System.String | feedUrl |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Web.Mvc.ActionResult |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public ActionResult Index(Guid gadgetId)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Guid | gadgetId |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Web.Mvc.ActionResult |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    public static ViewModel LoadFeed(Settings settings)
   
  Parameters
  
  Returns
  
  
  
  
  
  
  
  Declaration
  
    public ActionResult StoreConfiguration(Guid gadgetId, Settings rssSettings)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Guid | gadgetId |  | 
      
        | Settings | rssSettings |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Web.Mvc.ActionResult |  | 
    
  
  Explicit Interface Implementations
  
  
  
  
  
  
  
  Declaration
  
    void IGadgetNotify.OnDeleted(Guid gadgetId)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Guid | gadgetId |  | 
    
  
  Implements
  
  Extension Methods