Click or drag to resize
RelationshipInfoProviderDeleteRelationships Method
Deletes the node relationships.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static void DeleteRelationships(
	int nodeId,
	bool nodeLeft,
	bool nodeRight
)

Parameters

nodeId
Type: SystemInt32
Node ID
nodeLeft
Type: SystemBoolean
If true, relationships with node on the left side are deleted
nodeRight
Type: SystemBoolean
If true, relationships with node on the right side are deleted
See Also