Click or drag to resize

DocumentFinderGetDownloadDocument Method

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

Parameters

metadataVersionId
Type: SystemInt32
checkCheckInRight
Type: SystemBoolean
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
onlyView (Optional)
Type: SystemBoolean

Return Value

Type: DownloadDocument
See Also