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

        public BatchInput(object input, BinaryInput binary)
        {
            Self = Implementation.Constructor(input, binary);
        }
Пример #10
0
 public static BannerPhoto setBannerPhoto(string communityId, string groupId, BinaryInput fileUpload)
 {
     throw new global::System.NotImplementedException("ChatterGroups.SetBannerPhoto");
 }
Пример #11
0
 public static RepositoryFolderItem addRepositoryItem(string communityId, string repositoryId, string repositoryFolderId, ContentHubItemInput file, BinaryInput fileData)
 {
     return Implementation.addRepositoryItem(communityId, repositoryId, repositoryFolderId, file, fileData);
 }
Пример #12
0
 public static void setTestUpdateRepositoryFile(string repositoryId, string repositoryFileId, ContentHubItemInput file, BinaryInput fileData, RepositoryFileDetail result)
 {
     Implementation.setTestUpdateRepositoryFile(repositoryId, repositoryFileId, file, fileData, result);
 }
Пример #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);
 }
Пример #14
0
 public static RepositoryFileDetail updateRepositoryFile(string communityId, string repositoryId, string repositoryFileId, ContentHubItemInput file, BinaryInput fileData)
 {
     return Implementation.updateRepositoryFile(communityId, repositoryId, repositoryFileId, file, fileData);
 }
Пример #15
0
 public static Photo setPhoto(string communityId, string userId, BinaryInput fileUpload)
 {
     throw new global::System.NotImplementedException("ChatterUsers.SetPhoto");
 }