Click or drag to resize

DocumentManagerUpdateRepFileId Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void UpdateRepFileId(
	long oldId,
	long newId,
	Database database,
	DbTransaction transaction
)

Parameters

oldId
Type: SystemInt64
newId
Type: SystemInt64
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also