Click or drag to resize
RelationshipInfoProviderRemoveRelationship Method (Int32)
Removes the relationship between two nodes.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public static void RemoveRelationship(
	int relationshipId
)

Parameters

relationshipId
Type: SystemInt32
ID of relationship
See Also