Click or drag to resize

FileHoldService Constructor

Initializes a new instance of the FileHoldService class

Namespace:  FileHold.LibraryManager.AssembleDocuments
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public FileHoldService(
	Database database,
	DbTransaction transaction
)

Parameters

database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also