Click or drag to resize
ObjectRelationshipInfoProviderRemoveRelationshipsInternal Method
Deletes all the relationships for the specified object. Left and right parameters determine whether the object can be on left or right side of the relationship.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 9.0.0
Syntax
C#
protected virtual void RemoveRelationshipsInternal(
	int objectId,
	string objectType,
	bool left,
	bool right
)

Parameters

objectId
Type: SystemInt32
Object ID
objectType
Type: SystemString
Object type
left
Type: SystemBoolean
Object on the left side of the relationship
right
Type: SystemBoolean
Object on the right side of the relationship
See Also