|
|
|
Forum Member
Group: Forum Members
Last Login: 2/4/2008 8:46:29 AM
Posts: 22,
Visits: 862
|
|
| Hello How can I get all posts that are inside a Folder? for example I have: <outline title="zzz" text="zzz" ng:id="111"> <outline title="..." text="..." ng:id="222" type="rss" xmlUrl="..." htmlUrl="..." ng:syncXmlUrl="..." ng:unreadCount="15" ng:folderId="12313" /> <outline title="..." text="..." ng:id="333" type="rss" xmlUrl="..." htmlUrl="..." ng:syncXmlUrl="..." ng:unreadCount="7" ng:folderId="54353" /> </outline> if I use GetNews(222) it works, because 222 is a feed. but if I use GetNews(111) it doesn't work Thanks
|
|
|
|
|
Rockstar
Group: Forum Members
Last Login: 3/27/2007 8:15:46 AM
Posts: 173,
Visits: 19
|
|
| GetNews expects a feed ID and works only for a single feed. The only way to do this is to find out what feeds are in a folder and call GetNews for each feed.
|
|
|
|