Click or drag to resize
TreeProviderDeleteLinks Method
Deletes document links to the specified node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void DeleteLinks(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32
Node ID
See Also