Click or drag to resize

DocumentFinderGetSnapshotContent Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<int> GetSnapshotContent(
	string columnName,
	Guid snapshotId,
	Database database,
	DbTransaction transaction
)

Parameters

columnName
Type: SystemString
snapshotId
Type: SystemGuid
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: ListInt32
See Also