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