Click or drag to resize
RelationshipNameInfoProviderGetRelationshipNameInfo Method (String)

Note: This API is now obsolete.

Returns the RelationshipNameInfo structure for the specified relationship name.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IRelationshipNameInfoProvider.Get(string) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - RelationshipNameInfo.Provider.")]
public static RelationshipNameInfo GetRelationshipNameInfo(
	string relationshipName
)

Parameters

relationshipName
Type: SystemString
Relationship name to use for retrieving the resource data

Return Value

Type: RelationshipNameInfo
See Also