iteratorsExcludeOfflineObjects
iteratorsExcludeOfflineObjects(enable: Boolean): Boolean;
The iteratorsExcludeOfflineObjects method of the Process class when called with the value of the enable parameter set to true, specifies that all iterators created by the calling process are to exclude objects stored in offline partitions from the iteration and takes effect on the next call to the
This affects explicit collection iterators and
The method returns the prior exclusion state, which user logic can restore, if required, when calls are nested.