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