The PG_ITERATOR_FLAGS enumeration provides the following values:
Description |
Value |
---|---|
|
Iterate through ‘normal’ property items (does not include children of aggregate or hidden items by default). |
|
Iterate children of collapsed parents, and individual items that are hidden. |
|
Iterate children of parent that is an aggregate property (ie has fixed children). |
|
Iterate categories. |
|
|
|
|
|
|
|
|
|
|
|
Combines all flags needed to iterate through visible properties (i.e. |
|
Iterate all items. |
|
Iterate through individual properties (ie categories and children of aggregate properties are skipped). |
|
Default iterator flags. |