RelationshipInfoProviderGetRelationshipsInternal Method |
Returns the relationships DataSet for specified node.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax 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:
DataSetSee Also