DocumentFinderGetDownloadDocument Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public DownloadDocument GetDownloadDocument(
	int metadataVersionId,
	bool checkCheckInRight,
	Database database,
	DbTransaction transaction,
	bool onlyView = false
)

Parameters

metadataVersionId  Int32
 
checkCheckInRight  Boolean
 
database  Database
 
transaction  DbTransaction
 
onlyView  Boolean  (Optional)
 

Return Value

DownloadDocument

See Also