Click or drag to resize
TreeNodeGetSiblingsQueryInternal Method
Gets the parametrized query to get siblings of the document. Uses best matching culture and filters out all culture versions of the current document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
protected override IDataQuery GetSiblingsQueryInternal(
	Action<DataQuerySettings> parameters
)

Parameters

parameters
Type: SystemActionDataQuerySettings
Parameters for the data retrieval

Return Value

Type: IDataQuery
Remarks
The culture is taken preferably from the current node instance or default culture of the site or any other existing culture version.
See Also