Hierarchy

  • MergeArticlesOptions

Properties

Properties

folderMode: "Delete" | "Ignore" | "MergeChildren"

If the given item list contains folders, folderMode defines how to handle them.

  • Ignore: folders will be ignored, only articles contained in the item list will be merged
  • Delete: folders will be deleted but their children will not be deleted (break up folder structure)
  • MergeChildren: every child article of a folder will also be considered for merging

Default Value

"Ignore"

Generated using TypeDoc