Try our conversational search powered by Generative AI!

Class ViewModel

Inheritance
System.Object
ViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Models.RssReader
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
[Obsolete("The Episerver gadget framework has been deprecated so the RssReader gadget will be removed after the upcoming major release.")]
public class ViewModel

Constructors

ViewModel()

Declaration
public ViewModel()

ViewModel(String, Int32, SyndicationFeed)

Declaration
public ViewModel(string title, int maxCount, SyndicationFeed feed)
Parameters
Type Name Description
System.String title
System.Int32 maxCount
System.ServiceModel.Syndication.SyndicationFeed feed

Properties

Items

Declaration
public IEnumerable<SyndicationItem> Items { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.ServiceModel.Syndication.SyndicationItem>

Title

Declaration
public string Title { get; }
Property Value
Type Description
System.String

Extension Methods