ScanNestedNamespaces: Boolean;
ScanNestedNamespaces: boolean;
The ScanNestedNameSpaces property determines whether the search was performed by nested namespaces.
The property is set to False by default, the search is performed among the repository objects. If the property is set to True, for the objects that are the containers for other objects are checked during the search. The MDM repository, Time series database, Modeling container, Assembly, .NET assembly are these objects.
To execute the example, add a link to the Metabase system assembly.
After executing this example all objects that contain in their name the Model text are searched. Search is performed over the whole repository. Objects that are the containers for other objects are also checked. Names and identifiers of the found objects are displayed in the development environment console.
See also: