DeleteDocumentSettings Constructor (TreeNode, TreeProvider, Boolean, Boolean, DeleteProductActionEnum, String, ArrayList, TreeNode, Int32, Boolean)Kentico 8.1 API Reference
Creates and initializes DeleteDocumentSettings object.

Namespace: CMS.DocumentEngine
Assembly: 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: OnlineSystem Boolean
Delete all culture version of the specified document?
destroyHistory
Type: OnlineSystem Boolean
Destroy the document history?
deleteProductAction
Type: CMS.DocumentEngine DeleteProductActionEnum
Action taken when document with product bound is deleted
webRootFullPath (Optional)
Type: OnlineSystem String
Full path to the web root folder
deletedNodeIDs (Optional)
Type: OnlineSystem.Collections ArrayList
List of the deleted node IDs
altDocument (Optional)
Type: CMS.DocumentEngine TreeNode
Alternating document
altMaxlevel (Optional)
Type: OnlineSystem Int32
Maximal level of deleting document which should be used as source for alternating document
altCopyAllPaths (Optional)
Type: OnlineSystem Boolean
Copy all paths to the alternating document
See Also