InternalObjects: Boolean;
The InternalObjects property determines whether hidden objects are searched.
Various repository objects can have hidden child objects, for example, selection schemas and groups of elements are stored as dictionary hidden objects. If a cube contains a local fact dimension, a hidden composite dictionary is created for the cube. Other object types can also have hidden objects. The InternalObjects property is used to manage search of such objects.
Available values:
True. Default value. Hidden objects are found if they satisfy other search conditions.
False. Hidden objects are skipped during search.
Objects with hidden child objects are also implicitly container objects that is why determine the ContainersContent property for correct search.
The property use is given in the example for IMetabaseObjectFindInfo.ContainersContent.
See also: