RelationshipInfoProviderGet Method (Int32, Int32, Int32) |
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public virtual 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:
RelationshipInfoReturns an instance of
RelationshipInfo corresponding to given identifiers or null.
Implements
IRelationshipInfoProviderGet(Int32, Int32, Int32)See Also