Click or drag to resize

DynamicStructureLevel Class

The class represents single level for
Inheritance Hierarchy

Namespace:  Dynamicweb.Indexing.DynamicStructuring
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class DynamicStructureLevel

The DynamicStructureLevel type exposes the following members.

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