Click here to Skip to main content
15,868,016 members
Articles / Mobile Apps

Yahoo! Managed

Rate me:
Please Sign up or sign in to vote.
4.87/5 (56 votes)
8 Jan 2015Apache12 min read 520.3K   25.4K   262  
Download financial data, managing online portfolio or using Search BOSS from Yahoo! with .NET

Namespace RSS



    Friend Class RssHelper


        Public Const NameFeedTitle As String = "Title"
        Public Const NameFeedLink As String = "Link"
        Public Const NameFeedDescription As String = "Description"
        Public Const NameFeedAuthor As String = "Author"
        Public Const NameFeedCategory_Name As String = "Category_Name"
        Public Const NameFeedCategory_Domain As String = "Category_Domain"
        Public Const NameFeedComments As String = "Comments"
        Public Const NameFeedEnclosure_Url As String = "Enclosure_Url"
        Public Const NameFeedEnclosure_Type As String = "Enclosure_Type"
        Public Const NameFeedEnclosure_Length As String = "Enclosure_Length"
        Public Const NameFeedGuid As String = "Guid"
        Public Const NameFeedGuid_PermaLink As String = "Guid_PermaLink"
        Public Const NameFeedPubDate As String = "PubDate"
        Public Const NameFeedInsertDate As String = "InsertDate"
        Public Const NameFeedSource_Title As String = "Source_Title"
        Public Const NameFeedSource_Url As String = "Source_Url"



    End Class

End Namespace

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions