Click or drag to resize
RelationshipInfoProviderDeleteRelationshipInfo 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 DeleteRelationshipInfo(
	int relationshipId
)

Parameters

relationshipId
Type: SystemInt32
Relationship identifier
See Also