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