Click or drag to resize
RelationshipInfoProviderApplyRelationshipOrderDataInternal Method
Apply relationship order data on multidocument query.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual MultiDocumentQuery ApplyRelationshipOrderDataInternal(
	MultiDocumentQuery query,
	int leftNodeId,
	int relationshipNameId
)

Parameters

query
Type: CMS.DocumentEngineMultiDocumentQuery
Multi document query where relationship order data will be added.
leftNodeId
Type: SystemInt32
ID of node which is on the left side of the relationship.
relationshipNameId
Type: SystemInt32
ID of ad-hoc relationship name. Only relationships from ad-hoc relationship name can be ordered.

Return Value

Type: MultiDocumentQuery
See Also