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