Click or drag to resize

SearchCriteria Class

This class describes search criteria for DocumentFinder.GetDocument method. Search should be understood widely, providing documents from user's tray or details for a specific document are also some types of search. Objects of this class fully describe criteria for a request for getting some file list.
Inheritance Hierarchy
SystemObject
  FileHold.LibraryManagerSearchCriteria

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class SearchCriteria

The SearchCriteria type exposes the following members.

Constructors
  NameDescription
Public methodSearchCriteria
Initializes a new instance of the SearchCriteria class
Top
Properties
  NameDescription
Public propertyBooleanSearch
Public propertyOnlyMetadata
Define whether Full Text Search should be performed against both metadata and content of the files or only against metadata
Public propertySearchConditions
Criterion type. Defines documents' property against which the search is performed.
Top
Extension Methods
See Also