ExportTraversalStrategy
Traversal strategy that is used when exporting items.
Name | Summary |
---|---|
Items | Export only the items specified. |
ItemsAndDescendants | Export items and their descendants. |
TopLevelItems | Export the top-level items for the items specified. |
TopLevelItemsAndDescendants | Export the top-level items for the items specified, and any descendants of the top-level items. |