Click or drag to resize

DynamicStructureServiceGetNoMatchLevel Method

Gets no match level for current level scope

Namespace:  Dynamicweb.Indexing.DynamicStructuring
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static DynamicStructureLevel GetNoMatchLevel(
	DynamicStructure dynamicStructure,
	DynamicStructureLevelScope structureScope
)

Parameters

dynamicStructure
Type: Dynamicweb.Indexing.DynamicStructuringDynamicStructure
The dynamicStructure containing levels info.
structureScope
Type: Dynamicweb.Indexing.DynamicStructuringDynamicStructureLevelScope

Return Value

Type: DynamicStructureLevel
'No match' level if according to structure scope there are results with empty values, otherwise null
See Also