TreeNodeGetSiblingsQueryInternal Method |
Gets the parametrized query to get siblings of the document.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax protected override IDataQuery GetSiblingsQueryInternal(
Action<DataQuerySettings> parameters
)
Parameters
- parameters
- Type: SystemActionDataQuerySettings
Parameters for the data retrieval
Return Value
Type:
IDataQuerySee Also