Onetastic Macro Documentation >
>
>
QueryObjects QueryObjects
Queries requested type of object in OneNote within the given scope. Returns all found object in an array. Search is done in a depth-first manner.
Syntax
Array<Object> QueryObjects(
ObjectType type,
Object scope)
Parameters
- ObjectType type
- Type of the object to query for.
- Object scope
- Root object for the search. All objects under this object (including this object) are searched.
|