Esempio n. 1
0
 public static Photo setPhoto(string communityId, string userId, BinaryInput fileUpload)
 {
     return(Implementation.setPhoto(communityId, userId, fileUpload));
 }
Esempio n. 2
0
 public static Photo setPhotoWithAttributes(string communityId, string userId, PhotoInput photo, BinaryInput fileUpload)
 {
     return(Implementation.setPhotoWithAttributes(communityId, userId, photo, fileUpload));
 }
Esempio n. 3
0
 public static Photo updateRecommendationDefinitionPhotoWithAttributes(string communityId, string recommendationDefinitionId, PhotoInput photo, BinaryInput fileUpload)
 {
     return(Implementation.updateRecommendationDefinitionPhotoWithAttributes(communityId, recommendationDefinitionId, photo, fileUpload));
 }
Esempio n. 4
0
 public BatchInput(object input, BinaryInput binary)
 {
     throw new global::System.NotImplementedException("BatchInput");
 }
Esempio n. 5
0
 public static BannerPhoto setBannerPhotoWithAttributes(string communityId, string groupId, BannerPhotoInput bannerPhoto, BinaryInput fileUpload)
 {
     return(Implementation.setBannerPhotoWithAttributes(communityId, groupId, bannerPhoto, fileUpload));
 }
Esempio n. 6
0
 public static Photo updateRecommendationDefinitionPhoto(string communityId, string recommendationDefinitionId, BinaryInput fileUpload)
 {
     return(Implementation.updateRecommendationDefinitionPhoto(communityId, recommendationDefinitionId, fileUpload));
 }
Esempio n. 7
0
 public static Photo setPhotoWithAttributes(string communityId, string groupId, PhotoInput photo,
                                            BinaryInput fileUpload)
 {
     throw new global::System.NotImplementedException("ChatterGroups.SetPhotoWithAttributes");
 }
Esempio n. 8
0
 public static BannerPhoto setBannerPhoto(string communityId, string groupId, BinaryInput fileUpload)
 {
     return(Implementation.setBannerPhoto(communityId, groupId, fileUpload));
 }
Esempio n. 9
0
        // API
        ////public BatchInput(object input)
        ////{
        ////    Implementation.Constructor(input);
        ////}

        public BatchInput(object input, BinaryInput binary)
        {
            Self = Implementation.Constructor(input, binary);
        }
Esempio n. 10
0
 public static BannerPhoto setBannerPhoto(string communityId, string groupId, BinaryInput fileUpload)
 {
     throw new global::System.NotImplementedException("ChatterGroups.SetBannerPhoto");
 }
Esempio n. 11
0
 public static RepositoryFolderItem addRepositoryItem(string communityId, string repositoryId, string repositoryFolderId, ContentHubItemInput file, BinaryInput fileData)
 {
     return Implementation.addRepositoryItem(communityId, repositoryId, repositoryFolderId, file, fileData);
 }
Esempio n. 12
0
 public static void setTestUpdateRepositoryFile(string repositoryId, string repositoryFileId, ContentHubItemInput file, BinaryInput fileData, RepositoryFileDetail result)
 {
     Implementation.setTestUpdateRepositoryFile(repositoryId, repositoryFileId, file, fileData, result);
 }
Esempio n. 13
0
 public static void setTestAddRepositoryItem(string communityId, string repositoryId, string repositoryFolderId, ContentHubItemInput file, BinaryInput fileData, RepositoryFolderItem result)
 {
     Implementation.setTestAddRepositoryItem(communityId, repositoryId, repositoryFolderId, file, fileData, result);
 }
Esempio n. 14
0
 public static RepositoryFileDetail updateRepositoryFile(string communityId, string repositoryId, string repositoryFileId, ContentHubItemInput file, BinaryInput fileData)
 {
     return Implementation.updateRepositoryFile(communityId, repositoryId, repositoryFileId, file, fileData);
 }
Esempio n. 15
0
 public static Photo setPhoto(string communityId, string userId, BinaryInput fileUpload)
 {
     throw new global::System.NotImplementedException("ChatterUsers.SetPhoto");
 }