Exemple #1
0
 public static BannerPhoto setBannerPhotoWithAttributes(string communityId, string userId, BannerPhotoInput bannerPhoto)
 {
     return(Implementation.setBannerPhotoWithAttributes(communityId, userId, bannerPhoto));
 }
Exemple #2
0
 public static BannerPhoto setBannerPhotoWithAttributes(string communityId, string userId, BannerPhotoInput bannerPhoto, BinaryInput fileUpload)
 {
     return(Implementation.setBannerPhotoWithAttributes(communityId, userId, bannerPhoto, fileUpload));
 }
Exemple #3
0
 public static BannerPhoto setBannerPhotoWithAttributes(string communityId, string groupId,
                                                        BannerPhotoInput bannerPhoto, BinaryInput fileUpload)
 {
     throw new global::System.NotImplementedException("ChatterGroups.SetBannerPhotoWithAttributes");
 }