Click or drag to resize
RelationshipInfoProviderGetRelationshipsInternal 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: 8.2.23
Syntax
C#
protected virtual DataSet GetRelationshipsInternal(
	int nodeId,
	bool nodeLeft,
	bool nodeRight,
	string orderBy,
	int topN,
	string columns
)

Parameters

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

Return Value

Type: DataSet
See Also