Ejemplo n.º 1
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.º 2
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");
 }
Ejemplo n.º 3
0
 public static Mentions getMentionCompletions(string communityId, string q, string contextId, MentionCompletionType type, int pageParam, int pageSize)
 {
     return(Implementation.getMentionCompletions(communityId, q, contextId, type, pageParam, pageSize));
 }
Ejemplo n.º 4
0
 public static MentionCompletionPage getMentionCompletions(string communityId, string q, string contextId,
                                                           MentionCompletionType type, int pageParam, int pageSize)
 {
     throw new global::System.NotImplementedException("Mentions.GetMentionCompletions");
 }