Example #1
0
 protected override string GetFeedXML(int ttl)
 {
     return(SpaceFeeds.GetBlogAggRss(ttl));
 }
Example #2
0
 protected override string GetFeedXML(int ttl, int uid)
 {
     return(SpaceFeeds.GetBlogRss(ttl, uid));
 }