Click or drag to resize
RelationshipInfoProvider.GetRelationshipInfoInternal Method
Gets relationship info object.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual RelationshipInfo GetRelationshipInfoInternal(
	int leftNodeId,
	int rightNodeId,
	int relationshipNameId
)

Parameters

leftNodeId
Type: System.Int32
ID of left node
rightNodeId
Type: System.Int32
ID of right node
relationshipNameId
Type: System.Int32
ID of relationship name

Return Value

Type: RelationshipInfo
See Also