Click or drag to resize

DocumentFinderGetDocumentsWithFields Method

Finds documents which fulfill specified search criteria using given array of field definitions.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public ColumnsWithValues GetDocumentsWithFields(
	Guid prevSnapshotId,
	ref Guid snapshotId,
	string viewContainerType,
	FieldDefinition[] fieldDefinitions,
	SearchCriteria searchCriteria,
	ColumnSelector[] sortOrder,
	int firstRowIndex,
	int pageSize
)

Parameters

prevSnapshotId
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

Return Value

Type: ColumnsWithValues
See Also