Exemplo n.º 1
0
 public static FeedInfoList FeedFetchInfoList(int maximumRecords)
 {
     return(FeedService.FeedFetchInfoList(
                new FeedCriteria
     {
         SortBy = "CreatedDate",
         SortOrder = ListSortDirection.Descending,
         MaximumRecords = maximumRecords
     }));
 }
Exemplo n.º 2
0
 public static FeedInfoList FeedFetchInfoList()
 {
     return(FeedService.FeedFetchInfoList(
                new FeedCriteria()));
 }