public static void setTestSearchUsers(string communityId, string q, UserPage result) { Implementation.setTestSearchUsers(communityId, q, result); }
public static void setTestSearchUsers(string communityId, string q, string searchContextId, int pageParam, int pageSize, UserPage result) { Implementation.setTestSearchUsers(communityId, q, searchContextId, pageParam, pageSize, result); }
public static void setTestSearchUsers(string communityId, string q, string searchContextId, int pageParam, int pageSize, UserPage result) { throw new global::System.NotImplementedException("ChatterUsers.SetTestSearchUsers"); }