Click or drag to resize
ObjectRelationshipInfoProviderSetObjectRelationshipInfoInternal Method
Sets (updates or inserts) specified ObjectRelationship.

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

Parameters

objectRelationship
Type: CMS.RelationshipsObjectRelationshipInfo
ObjectRelationship to set
See Also