Click or drag to resize
DocumentNodeDataInfoProviderDeleteDocumentNodeDataInfoInternal Method
Deletes specified document node.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual void DeleteDocumentNodeDataInfoInternal(
	DocumentNodeDataInfo node
)

Parameters

node
Type: CMS.DocumentEngine.InternalDocumentNodeDataInfo
Document node to be deleted.
See Also