Click or drag to resize
TreeNodeGetSiblingsQueryInternal Method
Gets the parametrized query to get siblings of the document.

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

Parameters

parameters
Type: SystemActionDataQuerySettings
Parameters for the data retrieval

Return Value

Type: IDataQuery
See Also