RelationshipInfoProvider GetRelationships Method (Int32, Boolean, Boolean, String, Int32, String)Kentico 8.1 API Reference
Returns the relationships DataSet for specified node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

nodeId
Type: OnlineSystem Int32
Node ID
nodeLeft (Optional)
Type: OnlineSystem Boolean
If true, returns the relationships where node is located on the left side
nodeRight (Optional)
Type: OnlineSystem Boolean
If true, returns the relationships where node is located on the right side
orderBy (Optional)
Type: OnlineSystem String
Order by clause
topN (Optional)
Type: OnlineSystem Int32
Number of records to return
columns (Optional)
Type: OnlineSystem String
Columns to select, null or empty returns all columns

Return Value

Type: OnlineDataSet
See Also