Click or drag to resize

OrderLineFieldGroupRelation Constructor (String, String)

Initializes a new instance of the OrderLineFieldGroupRelation class

Namespace:  Dynamicweb.Ecommerce.Orders
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public OrderLineFieldGroupRelation(
	string orderLineFieldsSystemName,
	string groupId
)

Parameters

orderLineFieldsSystemName
Type: SystemString
groupId
Type: SystemString
See Also