FileHold 17.0 API Documentation
FileHold 17.0 API Documentation
FileHold 17.0 API Reference
FileHold.DocumentRepository
RepositoryController Class
RepositoryController Methods
AddOrUpdateRepositoryGroup Method
AddRepositoryLocation Method
AddStorageLocation Method
CheckRepositoryLocation Method
CleanUpStorageLocation Method
CreateUploadToken Method
CreateUploadTokenBasedOnRepFileId Method
CreateUploadTokenForPreferredGroup Method
CreateUploadTokens Method
CreateUploadTokenWithChunkSize Method
CreateUploadTokenWithChunkSizeForPreferredGroup Method
DeleteRepositoryGroup Method
DeleteRepositoryLocation Method
DownloadFileDataChunk Method
GetFileCopy Method
GetFileDataChunk Method
GetFilePathFromRepFileId Method
GetFileSize Method
GetFileThumbnail Method
GetLargeChunkSize Method
GetLocationId Method
GetLocationStatistics Method
GetRepositoryGroups Method
GetRepositoryLocation Method
GetRepositoryLocations Method
GetRepositoryLocationsWithUsedSpace Method
GetStorageLocation Method
GetUploadTokenThumbnail Method
RefreshSessionWhenChunkUpload Method
RollbackFileCreation Method
SetRepositoryLocation Method
SetStorageLocation Method
UpdateRepFileId Method
UploadFileDataChunk Method
RepositoryController
GetLocationId Method
Namespace:
FileHold.DocumentRepository
Assembly:
FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
Copy
public
int
GetLocationId
(
long
repFileId
,
Database
database
,
DbTransaction
transaction
)
Parameters
repFileId
Type:
System
Int64
database
Type:
Database
transaction
Type:
System.Data.Common
DbTransaction
Return Value
Type:
Int32
See Also
Reference
RepositoryController Class