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

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

Parameters

parameters
Type: SystemActionDataQuerySettings
Parameters for the data retrieval

Return Value

Type: IDataQuery
See Also