Click or drag to resize

DynamicStructureLevel Constructor (Guid, String, SortDirection, Int32)

Initializes a new instance of the DynamicStructureLevel class

Namespace:  Dynamicweb.Ecommerce.Products.DynamicStructuring
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public DynamicStructureLevel(
	Guid structureId,
	string field,
	SortDirection sortDirection,
	int index
)

Parameters

structureId
Type: SystemGuid
field
Type: SystemString
sortDirection
Type: Dynamicweb.Indexing.Querying.SortingSortDirection
index
Type: SystemInt32
See Also