Click or drag to resize

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
)

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