Click or drag to resize

OrderLineFieldGroupRelation Constructor (String, 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,
	string shopID
)

Parameters

orderLineFieldsSystemName
Type: SystemString
groupID
Type: SystemString
shopID
Type: SystemString
See Also