DocumentFinderGetDocumentsBySnapshot(Guid, Guid, String, FieldDefinition, SearchCriteria, ColumnSelector, Int32, Int32, Boolean) Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public ColumnsWithValues GetDocumentsBySnapshot(
	Guid prevSnapshotId,
	ref Guid snapshotId,
	string viewContainerType,
	FieldDefinition[] fieldDefinitions,
	SearchCriteria searchCriteria,
	ColumnSelector[] sortOrder,
	int firstRowIndex,
	int pageSize,
	bool excludeLibrary = false
)

Parameters

prevSnapshotId  Guid
 
snapshotId  Guid
 
viewContainerType  String
 
fieldDefinitions  FieldDefinition
 
searchCriteria  SearchCriteria
 
sortOrder  ColumnSelector
 
firstRowIndex  Int32
 
pageSize  Int32
 
excludeLibrary  Boolean  (Optional)
 

Return Value

ColumnsWithValues

See Also