Click or drag to resize

DynamicStructureLevel Class

Note: This API is now obsolete.

Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.DynamicStructuringDynamicStructureLevel
    Dynamicweb.Ecommerce.Products.DynamicStructuringDynamicStructureLevel

Namespace:  Dynamicweb.Ecommerce.Products.DynamicStructuring
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use Dynamicweb.Indexing.DynamicStructuring.DynamicStructureLevel instead")]
public class DynamicStructureLevel : DynamicStructureLevel

The DynamicStructureLevel type exposes the following members.

Constructors
  NameDescription
Public methodDynamicStructureLevel(String, SortDirection)
Initializes a new instance of the DynamicStructureLevel class
Public methodDynamicStructureLevel(Guid, String, SortDirection, Int32)
Initializes a new instance of the DynamicStructureLevel class
Top
Fields
  NameDescription
Public fieldFieldSortDirection
Gets or sets the sorting direction for SourceField
(Inherited from DynamicStructureLevel.)
Public fieldId
Gets or sets the level id.
(Inherited from DynamicStructureLevel.)
Public fieldIndex
Gets or sets the level index
(Inherited from DynamicStructureLevel.)
Public fieldSourceField
Gets or sets the related field of the dynamic structure.
(Inherited from DynamicStructureLevel.)
Public fieldStructureId
Gets or sets the related structure id.
(Inherited from DynamicStructureLevel.)
Public fieldValue
Gets or sets the dynamic level value
(Inherited from DynamicStructureLevel.)
Public fieldValueCount
Gets or sets the dynamic level value label
(Inherited from DynamicStructureLevel.)
Public fieldValueLabel
Gets or sets the dynamic level value label
(Inherited from DynamicStructureLevel.)
Top
See Also