コード例 #1
0
ファイル: UserProfiles.cs プロジェクト: yallie/ApexSharp
 public static Photo setPhotoWithAttributes(string communityId, string userId, PhotoInput photo, BinaryInput fileUpload)
 {
     return(Implementation.setPhotoWithAttributes(communityId, userId, photo, fileUpload));
 }
コード例 #2
0
ファイル: UserProfiles.cs プロジェクト: yallie/ApexSharp
 public static Photo setPhotoWithAttributes(string communityId, string userId, PhotoInput photo)
 {
     return(Implementation.setPhotoWithAttributes(communityId, userId, photo));
 }
コード例 #3
0
ファイル: ChatterGroups.cs プロジェクト: tyschacht/apexsharp
 public static Photo setPhotoWithAttributes(string communityId, string groupId, PhotoInput photo,
                                            BinaryInput fileUpload)
 {
     throw new global::System.NotImplementedException("ChatterGroups.SetPhotoWithAttributes");
 }
コード例 #4
0
ファイル: Recommendations.cs プロジェクト: yallie/ApexSharp
 public static Photo updateRecommendationDefinitionPhotoWithAttributes(string communityId, string recommendationDefinitionId, PhotoInput photo, BinaryInput fileUpload)
 {
     return(Implementation.updateRecommendationDefinitionPhotoWithAttributes(communityId, recommendationDefinitionId, photo, fileUpload));
 }
コード例 #5
0
ファイル: ChatterUsers.cs プロジェクト: tyschacht/apexsharp
 public static Photo setPhotoWithAttributes(string communityId, string userId, PhotoInput photo)
 {
     throw new global::System.NotImplementedException("ChatterUsers.SetPhotoWithAttributes");
 }