Table of Contents

Class DynamicStructureLevel

Namespace
Dynamicweb.Ecommerce.Products.DynamicStructuring
Assembly
Dynamicweb.Ecommerce.dll
The class represents single level for DynamicStructure
[Obsolete("Use Dynamicweb.Indexing.DynamicStructuring.DynamicStructureLevel instead")]
public class DynamicStructureLevel : DynamicStructureLevel
Inheritance
DynamicStructureLevel
Inherited Members

Constructors

DynamicStructureLevel(Guid, string, SortDirection, int)

public DynamicStructureLevel(Guid structureId, string field, SortDirection sortDirection, int index)

Parameters

structureId Guid
field string
sortDirection SortDirection
index int

DynamicStructureLevel(string, SortDirection)

public DynamicStructureLevel(string field, SortDirection sortDirection)

Parameters

field string
sortDirection SortDirection
To top