Returns the relationships DataSet for specified node.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- nodeId
- Type: System Int32
Node ID
- nodeLeft (Optional)
- Type: System Boolean
If true, returns the relationships where node is located on the left side
- nodeRight (Optional)
- Type: System Boolean
If true, returns the relationships where node is located on the right side
- orderBy (Optional)
- Type: System String
Order by clause
- topN (Optional)
- Type: System Int32
Number of records to return
- columns (Optional)
- Type: System String
Columns to select, null or empty returns all columns
Return Value
Type: DataSetSee Also