Click or drag to resize
BaseInfoGetSiblingsQueryInternal Method
Gets the parametrized query to get siblings of the object (If there is no parent-child hierarchy, query is parametrized for all objects)

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

Parameters

parameters
Type: SystemActionDataQuerySettings
Parameters for the data retrieval

Return Value

Type: IDataQuery
See Also