InternalServiceGetFilePaths Method

Return paths to files with given identifiers

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return paths to files with given identifiers")]
public FileItem[] GetFilePaths(
	long[] repFileIds
)

Parameters

repFileIds  Int64

Return Value

FileItem

See Also