Click or drag to resize
RelationshipInfoProvider.GetRelationshipsInternal Method (Int32, Boolean, Boolean, String, Int32, String)
Returns the relationships DataSet for specified node.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual DataSet GetRelationshipsInternal(
	int nodeId,
	bool nodeLeft,
	bool nodeRight,
	string orderBy,
	int topN,
	string columns
)

Parameters

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

Return Value

Type: DataSet
See Also