Click or drag to resize
TreeNodeRemoveDocumentDependencies Method
Removes document dependencies.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void RemoveDocumentDependencies(
	DeleteDocumentSettings settings
)

Parameters

settings
Type: CMS.DocumentEngineDeleteDocumentSettings
Settings used for deleting document.
See Also