예제 #1
0
 public static void setTestGetTopicSuggestionsForText(string communityId, string text, TopicSuggestionPage result)
 {
     Implementation.setTestGetTopicSuggestionsForText(communityId, text, result);
 }
예제 #2
0
 public static void setTestGetTopicSuggestionsForText(string communityId, string text, int maxResults,
                                                      TopicSuggestionPage result)
 {
     throw new global::System.NotImplementedException("Topics.SetTestGetTopicSuggestionsForText");
 }
예제 #3
0
 public static void setTestGetTopicSuggestions(string communityId, string recordId, TopicSuggestionPage result)
 {
     Implementation.setTestGetTopicSuggestions(communityId, recordId, result);
 }
예제 #4
0
 public static void setTestGetTopicSuggestions(string communityId, string recordId, TopicSuggestionPage result)
 {
     throw new global::System.NotImplementedException("Topics.SetTestGetTopicSuggestions");
 }