DeleteDocumentSettings Constructor (TreeNode, Boolean, Boolean, TreeProvider) |
Creates and initializes DeleteDocumentSettings object.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax 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