Click or drag to resize
RelationshipInfoProviderDeleteRelationshipInfoInternal Method
Removes the relationship between two nodes.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteRelationshipInfoInternal(
	RelationshipInfo relationshipInfo
)

Parameters

relationshipInfo
Type: CMS.DocumentEngineRelationshipInfo
Relationship object
See Also