コード例 #1
0
ファイル: ChatterGroups.cs プロジェクト: yallie/ApexSharp
 public static void setTestSearchGroups(string communityId, string q, ChatterGroupPage result)
 {
     Implementation.setTestSearchGroups(communityId, q, result);
 }
コード例 #2
0
ファイル: ChatterGroups.cs プロジェクト: yallie/ApexSharp
 public static void setTestSearchGroups(string communityId, string q, GroupArchiveStatus archiveStatus, int pageParam, int pageSize, ChatterGroupPage result)
 {
     Implementation.setTestSearchGroups(communityId, q, archiveStatus, pageParam, pageSize, result);
 }
コード例 #3
0
ファイル: ChatterGroups.cs プロジェクト: tyschacht/apexsharp
 public static void setTestSearchGroups(string communityId, string q, int pageParam, int pageSize,
                                        ChatterGroupPage result)
 {
     throw new global::System.NotImplementedException("ChatterGroups.SetTestSearchGroups");
 }