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

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

Parameters

objectRelationship
Type: CMS.RelationshipsObjectRelationshipInfo
ObjectRelationship to set
See Also