Click or drag to resize

DocumentManagerAddDocumentInfo Method (DocumentInfo, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddDocumentInfo(
	DocumentInfo info,
	Database database,
	DbTransaction transaction
)

Parameters

info
Type: FileHold.LibraryManagerDocumentInfo
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: Int32
See Also