DocumentFinderRemoveSnapshot Method

Removing snapshot. For use with application server plug-ins only.

Definition

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

Parameters

snapshotId  Guid
id of snapshot to remove
database  Database
transaction  DbTransaction

See Also