Show / Hide Table of Contents

    Class FeedResult

    Feed Result for RSS/ATOM Feeds

    Inheritance
    System.Object
    BaseResult
    FeedResult
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Sloader.Result.Types
    Assembly: Sloader.Result.dll
    Syntax
    public class FeedResult : BaseResult

    Properties

    View Source

    FeedItems

    Collection for all RSS/ATOM Feed items

    Declaration
    public List<FeedResult.FeedItem> FeedItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FeedResult.FeedItem>
    View Source

    ResultType

    Defined ResultType

    Declaration
    public override KnownResultType ResultType { get; }
    Property Value
    Type Description
    KnownResultType
    Overrides
    BaseResult.ResultType
    • View Source
    Back to top Sloader - MIT License