Click or drag to resize

DocumentFinderRemoveSnapshot Method

Removing snapshot

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void RemoveSnapshot(
	Guid snapshotId,
	Database database,
	DbTransaction transaction
)

Parameters

snapshotId
Type: SystemGuid
id of snapshot to remove
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also