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