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