| 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
)
Public Shared Function GetDynamicStructureScopeParameters (
dynamicStructureLevels As List(Of DynamicStructureLevel),
values As List(Of String)
) As Dictionary(Of String, String)
Parameters
- dynamicStructureLevels
- Type: System.Collections.GenericListDynamicStructureLevel
The structure levels. - values
- Type: System.Collections.GenericListString
The level scope values.
Return Value
Type:
DictionaryString,
StringSee Also