Click or drag to resize

DynamicStructureServiceGetDynamicStructureChildLevels Method

Gets child levels for current level scope

Namespace:  Dynamicweb.Indexing.DynamicStructuring
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static IEnumerable<DynamicStructureLevel> GetDynamicStructureChildLevels(
	DynamicStructure dynamicStructure,
	DynamicStructureLevelScope scope
)

Parameters

dynamicStructure
Type: Dynamicweb.Indexing.DynamicStructuringDynamicStructure
The dynamicStructure containing levels info.
scope
Type: Dynamicweb.Indexing.DynamicStructuringDynamicStructureLevelScope
The level scope with previous levels values

Return Value

Type: IEnumerableDynamicStructureLevel
The collection of child levels for current level scope.
See Also