| OrderLineFieldGroupRelation Constructor (String, String, String) |
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public OrderLineFieldGroupRelation(
string orderLineFieldsSystemName,
string groupID,
string shopID
)
Public Sub New (
orderLineFieldsSystemName As String,
groupID As String,
shopID As String
)
Parameters
- orderLineFieldsSystemName
- Type: SystemString
- groupID
- Type: SystemString
- shopID
- Type: SystemString
See Also