Click or drag to resize

DocumentFinderGetDocumentsBySnapshot Method (Guid, Guid, String, FieldDefinition, SearchCriteria, ColumnSelector, Int32, Int32, SearchLogEntry, Database, DbTransaction)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ColumnsWithValues GetDocumentsBySnapshot(
	Guid snapshotToRemove,
	ref Guid snapshotId,
	string viewContainerType,
	FieldDefinition[] fieldDefinitions,
	SearchCriteria searchCriteria,
	ColumnSelector[] sortOrder,
	int firstRowIndex,
	int pageSize,
	SearchLogEntry entry,
	Database database,
	DbTransaction transaction
)

Parameters

snapshotToRemove
Type: SystemGuid
snapshotId
Type: SystemGuid
viewContainerType
Type: SystemString
fieldDefinitions
Type: FileHold.LibraryManagerFieldDefinition
searchCriteria
Type: FileHold.LibraryManagerSearchCriteria
sortOrder
Type: FileHold.LibraryManagerColumnSelector
firstRowIndex
Type: SystemInt32
pageSize
Type: SystemInt32
entry
Type: FileHold.LibraryManagerSearchLogEntry
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction

Return Value

Type: ColumnsWithValues
See Also