Click or drag to resize

DocumentManagerAddSnapshotSelection Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void AddSnapshotSelection(
	Guid selectionId,
	SnapshotSelection snapshotSelection,
	Database database,
	DbTransaction transaction
)

Parameters

selectionId
Type: SystemGuid
snapshotSelection
Type: FileHold.LibraryManagerSnapshotSelection
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also