  | ProductFieldFindProductFieldsBySystemName Method (String, String) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic static IEnumerable<ProductField> FindProductFieldsBySystemName(
	string systemName,
	string fieldId
)
Public Shared Function FindProductFieldsBySystemName ( 
	systemName As String,
	fieldId As String
) As IEnumerable(Of ProductField)
Parameters
- systemName
 - Type: SystemString
 - fieldId
 - Type: SystemString
 
Return Value
Type: 
IEnumerableProductField
See Also