Creates and initializes DeleteDocumentSettings object.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- node
- Type: CMS.DocumentEngine TreeNode
Document node to delete
- tree
- Type: CMS.DocumentEngine TreeProvider
TreeProvider to use
- deleteAllCultures
- Type: System Boolean
Delete all culture version of the specified document?
- destroyHistory
- Type: System Boolean
Destroy the document history?
- deleteProductAction
- Type: CMS.DocumentEngine DeleteProductActionEnum
Action taken when document with product bound is deleted
- webRootFullPath
- Type: System String
Full path to the web root folder
- deletedNodeIDs
- Type: System.Collections ArrayList
List of the deleted node IDs
- altDocument
- Type: CMS.DocumentEngine TreeNode
Alternating document
- altMaxlevel
- Type: System Int32
Maximal level of deleting document which should be used as source for alternating document
- altCopyAllPaths
- Type: System Boolean
Copy all paths to the alternating document
See Also