Click or drag to resize
ObjectRelationshipInfoProviderDeleteRelationship Method
Removes the relationship.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 9.0.0
Syntax
C#
public static void DeleteRelationship(
	ObjectRelationshipInfo infoObj
)

Parameters

infoObj
Type: CMS.RelationshipsObjectRelationshipInfo
ObjectRelationship object
See Also