Beispiel #1
0
 public static GroupMember addMemberWithRole(string communityId, string groupId, string userId, GroupMembershipType role)
 {
     return(Implementation.addMemberWithRole(communityId, groupId, userId, role));
 }
Beispiel #2
0
 public static GroupMember updateGroupMember(string communityId, string membershipId, GroupMembershipType role)
 {
     throw new global::System.NotImplementedException("ChatterGroups.UpdateGroupMember");
 }
Beispiel #3
0
 public static ChatterGroup updateGroupMember(string communityId, string membershipId, GroupMembershipType role)
 {
     return(Implementation.updateGroupMember(communityId, membershipId, role));
 }
Beispiel #4
0
 public static GroupMember addMemberWithRole(string communityId, string groupId, string userId,
                                             GroupMembershipType role)
 {
     throw new global::System.NotImplementedException("ChatterGroups.AddMemberWithRole");
 }