Exemplo n.º 1
0
 public static Photo setPhotoWithAttributes(string communityId, string userId, PhotoInput photo, BinaryInput fileUpload)
 {
     return(Implementation.setPhotoWithAttributes(communityId, userId, photo, fileUpload));
 }
Exemplo n.º 2
0
 public static Photo setPhotoWithAttributes(string communityId, string userId, PhotoInput photo)
 {
     return(Implementation.setPhotoWithAttributes(communityId, userId, photo));
 }
Exemplo n.º 3
0
 public static Photo setPhotoWithAttributes(string communityId, string groupId, PhotoInput photo,
                                            BinaryInput fileUpload)
 {
     throw new global::System.NotImplementedException("ChatterGroups.SetPhotoWithAttributes");
 }
Exemplo n.º 4
0
 public static Photo updateRecommendationDefinitionPhotoWithAttributes(string communityId, string recommendationDefinitionId, PhotoInput photo, BinaryInput fileUpload)
 {
     return(Implementation.updateRecommendationDefinitionPhotoWithAttributes(communityId, recommendationDefinitionId, photo, fileUpload));
 }
Exemplo n.º 5
0
 public static Photo setPhotoWithAttributes(string communityId, string userId, PhotoInput photo)
 {
     throw new global::System.NotImplementedException("ChatterUsers.SetPhotoWithAttributes");
 }