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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected override IDataQuery GetSiblingsQueryInternal(
Action<DataQuerySettings> parameters
)
Parameters
- parameters
- Type: SystemActionDataQuerySettings
Parameters for the data retrieval
Return Value
Type:
IDataQueryRemarks
The culture is taken preferably from the current node instance or default culture of the site or any other existing culture version.
See Also