InternalService Class
Internal service of the Document Repository
Namespace: FileHold.DocumentRepositoryAssembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
[WebServiceAttribute(Namespace = "http://filehold.com/documentrepository/internalservice/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class InternalService : WebService
- Inheritance
- Object MarshalByValueComponent WebService InternalService
| ChangeFileExtension |
Change extension of the file in repository and return its identifier
|
| CheckImageFile | |
| CleanUpDownloadTokens |
Cleans up download tokens older than specified number of days
|
| CleanUpPendingFiles |
Clean up pending files older than specified number of days
|
| CleanUpSentEmailLog |
Clean up sent email log
|
| CleanUpStorageLocation | |
| CloneFile |
Create new file based on source file
|
| CommitFileCreation |
Commit upload of the file in the repository
|
| CommitFileCreationAndOverride(Guid, Int64) | |
| CommitFileCreationAndOverride(Guid, Int64, Database, DbTransaction) | |
| CommitMultipleFiles | |
| CopyFile |
Copy data from source file to destination file
|
| CopyFileToGroup | |
| CopyFileToPreferredGroup | |
| CreateExtractionTemplate | |
| CreateFinalPdfFile | |
| CreateFinalTiffFile | |
| CreateTemporaryTiffFile | |
| CreateUploadToken | |
| CreateUploadTokenWithChunkSize | |
| CreateUploadTokenWithChunkSizeForPreferredGroup | |
| DeleteFile |
Physically remove file from repository
|
| DeleteFilesBatch |
Physically remove multiple files from repository
|
| DeletePagesFromCache | |
| DownloadChunk | |
| ExtractMetadata | |
| ExtractMetadataFromUploadToken | |
| GetAllRepositoryGroups | |
| GetDocumentAdvancedProperties(Int64) | |
| GetDocumentAdvancedProperties(Int64, Database, DbTransaction) | |
| GetDocumentToEmbed | |
| GetDocumentToView | |
| GetDownloadToken |
Prepare one or more files for downloading
|
| GetFileCopy | |
| GetFileIdFromUploadToken |
Return identifier of file associated with given upload token
|
| GetFilePaths |
Return paths to files with given identifiers
|
| GetFileSize | |
| GetFileThumbnail | |
| GetSentEmailLogs |
Get sent email logs
|
| GetStorageLocationsFillInfo |
Gets the Storage Locations fill state info.
|
| GetStorageLocationsWithUsedSpace |
Gets the Storage Locations fill state info.
|
| GetUploadDocumentToView | |
| GetUploadTokenThumbnail | |
| OcrProcessDocument | |
| PerformOperation | |
| RecognizeBarcodes | |
| RollbackFileCreation | |
| RollbackMultipleFiles | |
| SendEmail |
Send email with attachments
|
| SendEmails | |
| SetDocumentAdvancedProperties(Int64, DocumentAdvancedProperties) | |
| SetDocumentAdvancedProperties(Int64, DocumentAdvancedProperties, Database, DbTransaction) | |
| SetStorageLocationFillChangeSent |
Sets the email notification value for given storage locations.
|
| SplitImageFile | |
| TrySendEmail | |
| UpdateRepFileId | |
| UploadChunk | |