Click or drag to resize

DynamicStructureServiceGetDynamicStructureScopeParameters Method (ListDynamicStructureLevel, ListString)

Gets dictionary of query parameters based on structure level and scope values.

Namespace:  Dynamicweb.Indexing.DynamicStructuring
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static Dictionary<string, string> GetDynamicStructureScopeParameters(
	List<DynamicStructureLevel> dynamicStructureLevels,
	List<string> values
)

Parameters

dynamicStructureLevels
Type: System.Collections.GenericListDynamicStructureLevel
The structure levels.
values
Type: System.Collections.GenericListString
The level scope values.

Return Value

Type: DictionaryString, String
See Also