Exemple #1
0
 public static ChatterGroupPage getGroups(string communityId, GroupArchiveStatus archiveStatus, int pageParam, int pageSize)
 {
     return(Implementation.getGroups(communityId, archiveStatus, pageParam, pageSize));
 }
Exemple #2
0
 public static void setTestSearchGroups(string communityId, string q, GroupArchiveStatus archiveStatus,
                                        int pageParam, int pageSize, ChatterGroupPage result)
 {
     throw new global::System.NotImplementedException("ChatterGroups.SetTestSearchGroups");
 }
Exemple #3
0
 public static void setTestSearchGroups(string communityId, string q, GroupArchiveStatus archiveStatus, int pageParam, int pageSize, ChatterGroupPage result)
 {
     Implementation.setTestSearchGroups(communityId, q, archiveStatus, pageParam, pageSize, result);
 }
Exemple #4
0
 public static ChatterGroupPage getGroups(string communityId, GroupArchiveStatus archiveStatus, int pageParam,
                                          int pageSize)
 {
     throw new global::System.NotImplementedException("ChatterGroups.GetGroups");
 }