Пример #1
0
 public static FeedItemPage getFeedItems(string communityId, string subjectId, string favoriteId, int recentCommentCount, string pageParam, int pageSize, FeedSortOrder sortParam)
 {
     return(Implementation.getFeedItems(communityId, subjectId, favoriteId, recentCommentCount, pageParam, pageSize, sortParam));
 }
Пример #2
0
 public static void setTestGetFeedElements(string communityId, string subjectId, string favoriteId, string pageParam, int pageSize, FeedSortOrder sortParam, FeedElementPage result)
 {
     Implementation.setTestGetFeedElements(communityId, subjectId, favoriteId, pageParam, pageSize, sortParam, result);
 }
Пример #3
0
 public static FeedElementPage getFeedElements(string communityId, string subjectId, string favoriteId, string pageParam, int pageSize, FeedSortOrder sortParam)
 {
     return(Implementation.getFeedElements(communityId, subjectId, favoriteId, pageParam, pageSize, sortParam));
 }