Click or drag to resize
RelationshipNameInfoProviderGetRelationshipNameInfo Method (Int32)
Returns the RelationshipNameInfo structure for the specified relationship name ID.

Namespace: CMS.Relationships
Assembly: CMS.Relationships (in CMS.Relationships.dll) Version: 9.0.0
Syntax
C#
public static RelationshipNameInfo GetRelationshipNameInfo(
	int relationshipNameId
)

Parameters

relationshipNameId
Type: SystemInt32
Relationship name ID to use for retrieving the resource data

Return Value

Type: RelationshipNameInfo
See Also