Click or drag to resize

ApiSessionSimpleFindObjects Method

Overload List
  NameDescription
Public methodSimpleFindObjects(String)
The simplest form of the search. Searches if any text contains the given string. (not case-sensitive) Search is started at the project root node.
Public methodSimpleFindObjects(UInt64, String)
Searches if any text contains the given string starting at a given node. (not case-sensitive)
Public methodSimpleFindObjects(UInt64, String, TextFilterRelation, SearchTextIn, Boolean)
Searches if a text matches under the given compare operator.
Top
See Also