Onetastic Macro Documentation >
>
>
QueryText QueryText
Queries given text in OneNote within the given scope. Returns all found text object in an array. Search is done in a depth-first manner.
Syntax
Array<Text> QueryText(
Object scope,
String value,
Bool ignorecase)
Parameters
- Object scope
- Root object for the search. All text under this object (including this object) are searched.
- String value
- The text value to search for.
- Bool ignorecase
- Find text in case-insensitive manner if set to true.
|