コード例 #1
0
 public string Xml(int count, FeedSortProperty sortProperty, FeedSortOrder sortOrder, FeedFilterFlags filterFlags, FeedXmlIncludeFlags includeFlags)
 {
     return(null);
 }
コード例 #2
0
 public static FeedItemPage getFeedItems(string communityId, string subjectId, string favoriteId,
                                         int recentCommentCount, string pageParam, int pageSize, FeedSortOrder sortParam)
 {
     throw new global::System.NotImplementedException("ChatterFavorites.GetFeedItems");
 }
コード例 #3
0
 public static void setTestGetFeedItems(string communityId, string subjectId, string favoriteId,
                                        string pageParam, int pageSize, FeedSortOrder sortParam, FeedItemPage result)
 {
     throw new global::System.NotImplementedException("ChatterFavorites.SetTestGetFeedItems");
 }
コード例 #4
0
ファイル: Feed.cs プロジェクト: robitar/scriptsharp
 public string Xml(int count, FeedSortProperty sortProperty, FeedSortOrder sortOrder, FeedFilterFlags filterFlags, FeedXmlIncludeFlags includeFlags)
 {
     return null;
 }