| 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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected virtual IDataQuery GetSiblingsQueryInternal(
	Action<DataQuerySettings> parameters
)
Parameters
- parameters
- Type: SystemActionDataQuerySettings
 Parameters for the data retrieval
Return Value
Type: 
IDataQuery See Also
See Also