Click or drag to resize

DocumentManagerRemoveDocumentVersion Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void RemoveDocumentVersion(
	DocumentData document,
	Database database,
	DbTransaction transaction
)

Parameters

document
Type: FileHold.LibraryManagerDocumentData
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also