Click or drag to resize

InternalService Class

Internal service of the Document Repository
Inheritance Hierarchy

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public class InternalService : WebService

The InternalService type exposes the following members.

Constructors
  NameDescription
Public methodInternalService
Initializes a new instance of the InternalService class
Top
Methods
  NameDescription
Public methodChangeFileExtension
Change extension of the file in repository and return its identifier
Public methodCheckImageFile
Public methodCleanUpDownloadTokens
Cleans up download tokens older than specified number of days
Public methodCleanUpPendingFiles
Clean up pending files older than specified number of days
Public methodCleanUpStorageLocation
Public methodCloneFile
Create new file based on source file
Public methodCommitFileCreation
Commit upload of the file in the repository
Public methodCommitMultipleFiles
Public methodCopyFile
Copy data from source file to destination file
Public methodCopyFileToGroup
Public methodCopyFileToPreferredGroup
Public methodCreateExtractionTemplate
Public methodCreateFinalPdfFile
Public methodCreateFinalTiffFile
Public methodCreateTemporaryTiffFile
Public methodCreateUploadToken
Public methodCreateUploadTokenWithChunkSize
Public methodCreateUploadTokenWithChunkSizeForPreferredGroup
Public methodDeleteFile
Physically remove file from repository
Public methodDeleteFilesBatch
Physically remove multiple files from repository
Public methodDeletePagesFromCache
Public methodDownloadChunk
Public methodExtractMetadata
Public methodExtractMetadataFromUploadToken
Public methodGetAllRepositoryGroups
Public methodGetDocumentAdvancedProperties(Int64)
Public methodGetDocumentAdvancedProperties(Int64, Database, DbTransaction)
Public methodGetDocumentToEmbed
Public methodGetDocumentToView
Public methodGetDownloadToken
Prepare one or more files for downloading
Public methodGetFileCopy
Public methodGetFileIdFromUploadToken
Return identifier of file associated with given upload token
Public methodGetFilePaths
Return paths to files with given identifiers
Public methodGetFileSize
Public methodGetFileThumbnail
Public methodGetStorageLocationsFillInfo
Gets the Storage Locations fill state info.
Public methodGetStorageLocationsWithUsedSpace
Gets the Storage Locations fill state info.
Public methodGetUploadDocumentToView
Public methodGetUploadTokenThumbnail
Public methodOcrProcessDocument
Public methodPerformOperation
Public methodRecognizeBarcodes
Public methodRollbackFileCreation
Public methodRollbackMultipleFiles
Public methodSendEmail
Send email with attachments
Public methodSendEmails
Public methodSetDocumentAdvancedProperties(Int64, DocumentAdvancedProperties)
Public methodSetDocumentAdvancedProperties(Int64, DocumentAdvancedProperties, Database, DbTransaction)
Public methodSetStorageLocationFillChangeSent
Sets the email notification value for given storage locations.
Public methodSplitImageFile
Public methodTrySendEmail
Public methodUpdateRepFileId
Public methodUploadChunk
Top
Extension Methods
See Also