Esempio n. 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));
 }
Esempio n. 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);
 }
Esempio n. 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));
 }