Click or drag to resize
RelationshipNameInfoProviderGetRelationshipNameInfoInternal 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#
protected virtual RelationshipNameInfo GetRelationshipNameInfoInternal(
	int relationshipNameId
)

Parameters

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

Return Value

Type: RelationshipNameInfo
See Also