Click or drag to resize
ObjectRelationshipInfoProviderDeleteRelationshipInternal Method
Removes the relationship.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteRelationshipInternal(
	ObjectRelationshipInfo infoObj
)

Parameters

infoObj
Type: CMS.RelationshipsObjectRelationshipInfo
ObjectRelationship object
See Also