DocumentManagerGetRepFileDetails Method

Get library location for a given file in the repository.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get library location for a given file in the repository.")]
public RepFileDetails GetRepFileDetails(
	long repFileId
)

Parameters

repFileId  Int64

Return Value

RepFileDetails

See Also