コード例 #1
0
ファイル: ChatterGroups.cs プロジェクト: yallie/ApexSharp
 public static GroupMember addMemberWithRole(string communityId, string groupId, string userId, GroupMembershipType role)
 {
     return(Implementation.addMemberWithRole(communityId, groupId, userId, role));
 }
コード例 #2
0
ファイル: ChatterGroups.cs プロジェクト: tyschacht/apexsharp
 public static GroupMember updateGroupMember(string communityId, string membershipId, GroupMembershipType role)
 {
     throw new global::System.NotImplementedException("ChatterGroups.UpdateGroupMember");
 }
コード例 #3
0
ファイル: ChatterGroups.cs プロジェクト: yallie/ApexSharp
 public static ChatterGroup updateGroupMember(string communityId, string membershipId, GroupMembershipType role)
 {
     return(Implementation.updateGroupMember(communityId, membershipId, role));
 }
コード例 #4
0
ファイル: ChatterGroups.cs プロジェクト: tyschacht/apexsharp
 public static GroupMember addMemberWithRole(string communityId, string groupId, string userId,
                                             GroupMembershipType role)
 {
     throw new global::System.NotImplementedException("ChatterGroups.AddMemberWithRole");
 }