Click or drag to resize
IRelationshipInfoProviderGet Method (Int32, Int32, Int32)
Gets an instance of the RelationshipInfo binding structure.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
RelationshipInfo Get(
	int leftNodeId,
	int rightNodeId,
	int relationshipNameId
)

Parameters

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

Return Value

Type: RelationshipInfo
Returns an instance of RelationshipInfo corresponding to given identifiers or null.
See Also