Пример #1
0
 public static ChatterGroup updateGroup(string communityId, string groupId, ChatterGroupInput groupInput)
 {
     return(Implementation.updateGroup(communityId, groupId, groupInput));
 }
Пример #2
0
 public static ChatterGroupDetail createGroup(string communityId, ChatterGroupInput groupInput)
 {
     return(Implementation.createGroup(communityId, groupInput));
 }
Пример #3
0
 public static ChatterGroupDetail updateGroup(string communityId, string groupId, ChatterGroupInput groupInput)
 {
     throw new global::System.NotImplementedException("ChatterGroups.UpdateGroup");
 }