Ejemplo n.º 1
0
 public static void setTestGetMentionCompletions(string communityId, string q, string contextId, MentionCompletionPage result)
 {
     Implementation.setTestGetMentionCompletions(communityId, q, contextId, result);
 }
Ejemplo n.º 2
0
 public static void setTestGetMentionCompletions(string communityId, string q, string contextId, MentionCompletionType type, int pageParam, int pageSize, MentionCompletionPage result)
 {
     Implementation.setTestGetMentionCompletions(communityId, q, contextId, type, pageParam, pageSize, result);
 }
Ejemplo n.º 3
0
 public static void setTestGetMentionCompletions(string communityId, string q, string contextId,
                                                 MentionCompletionType type, int pageParam, int pageSize, MentionCompletionPage result)
 {
     throw new global::System.NotImplementedException("Mentions.SetTestGetMentionCompletions");
 }