Click or drag to resize
DeleteDocumentSettings Constructor (TreeNode, Boolean, Boolean, TreeProvider)
Creates and initializes DeleteDocumentSettings object.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public DeleteDocumentSettings(
	TreeNode node,
	bool deleteAllCultures,
	bool destroyHistory,
	TreeProvider tree = null
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node to delete
deleteAllCultures
Type: SystemBoolean
Delete all culture version of the specified document?
destroyHistory
Type: SystemBoolean
Destroy the document history?
tree (Optional)
Type: CMS.DocumentEngineTreeProvider
TreeProvider to use
See Also