public static void setTestGetMentionCompletions(string communityId, string q, string contextId, MentionCompletionPage result) { Implementation.setTestGetMentionCompletions(communityId, q, contextId, result); }
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); }
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"); }