| DynamicStructureLevel Constructor (Guid, String, SortDirection, Int32) |
Initializes a new instance of the class.
Namespace:
Dynamicweb.Indexing.DynamicStructuring
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax public DynamicStructureLevel(
Guid structureId,
string field,
SortDirection sortDirection,
int index
)
Public Sub New (
structureId As Guid,
field As String,
sortDirection As SortDirection,
index As Integer
)
Parameters
- structureId
- Type: SystemGuid
Related id. - field
- Type: SystemString
The level source field. - sortDirection
- Type: Dynamicweb.Indexing.Querying.SortingSortDirection
The sorting direction. - index
- Type: SystemInt32
The index of level.
See Also