public static void setTestGetRelatedTopics(string communityId, string topicId, TopicPage result) { Implementation.setTestGetRelatedTopics(communityId, topicId, result); }
public static void setTestGetTrendingTopics(string communityId, int maxResults, TopicPage result) { Implementation.setTestGetTrendingTopics(communityId, maxResults, result); }
public static void setTestGetRecentlyTalkingAboutTopicsForUser(string communityId, string userId, TopicPage result) { Implementation.setTestGetRecentlyTalkingAboutTopicsForUser(communityId, userId, result); }
public static void setTestGetRecentlyTalkingAboutTopicsForGroup(string communityId, string groupId, TopicPage result) { Implementation.setTestGetRecentlyTalkingAboutTopicsForGroup(communityId, groupId, result); }
public static void setTestGetTrendingTopics(string communityId, int maxResults, TopicPage result) { throw new global::System.NotImplementedException("Topics.SetTestGetTrendingTopics"); }
public static void setTestGetRelatedTopics(string communityId, string topicId, TopicPage result) { throw new global::System.NotImplementedException("Topics.SetTestGetRelatedTopics"); }
public static void setTestGetRecentlyTalkingAboutTopicsForUser(string communityId, string userId, TopicPage result) { throw new global::System.NotImplementedException("Topics.SetTestGetRecentlyTalkingAboutTopicsForUser"); }