Click or drag to resize
RelationshipNameInfoProviderSetRelationshipNameInfoInternal Method
Sets the specified relationship name data from info object to DB.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetRelationshipNameInfoInternal(
	RelationshipNameInfo relationshipNameInfo
)

Parameters

relationshipNameInfo
Type: CMS.RelationshipsRelationshipNameInfo
Relationship name data object
See Also