Click or drag to resize

DynamicStructureServiceGetDynamicStructureScopeParameters Method (DynamicStructureLevelScope)

Gets dictionary of query parameters for specific scope.

Namespace:  Dynamicweb.Indexing.DynamicStructuring
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public Dictionary<string, string> GetDynamicStructureScopeParameters(
	DynamicStructureLevelScope scope
)

Parameters

scope
Type: Dynamicweb.Indexing.DynamicStructuringDynamicStructureLevelScope
The level scope.

Return Value

Type: DictionaryString, String
See Also