Creates and initializes DeleteDocumentSettings object.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
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 (Optional)
- Type: System String
Full path to the web root folder
- deletedNodeIDs (Optional)
- Type: System.Collections ArrayList
List of the deleted node IDs
- altDocument (Optional)
- Type: CMS.DocumentEngine TreeNode
Alternating document
- altMaxlevel (Optional)
- Type: System Int32
Maximal level of deleting document which should be used as source for alternating document
- altCopyAllPaths (Optional)
- Type: System Boolean
Copy all paths to the alternating document
See Also