Example #1
0
 public static void setTestGetFeedItems(string communityId, string subjectId, string favoriteId, int recentCommentCount, string pageParam, int pageSize, FeedSortOrder sortParam, FeedItemPage result)
 {
     Implementation.setTestGetFeedItems(communityId, subjectId, favoriteId, recentCommentCount, pageParam, pageSize, sortParam, result);
 }
Example #2
0
 public static void setTestGetFeedItems(string communityId, string subjectId, string favoriteId, FeedItemPage result)
 {
     Implementation.setTestGetFeedItems(communityId, subjectId, favoriteId, result);
 }