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