Click or drag to resize
TreeProviderDeleteLinks Method
Deletes all links including child documents to the specified node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public virtual void DeleteLinks(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document
See Also