Click or drag to resize

InternalServiceGetFilePaths Method

Return paths to files with given identifiers

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public FileItem[] GetFilePaths(
	long[] repFileIds
)

Parameters

repFileIds
Type: SystemInt64

Return Value

Type: FileItem
See Also