Click or drag to resize

ProductFieldFindProductFieldsBySystemName Method (String, String)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static IEnumerable<ProductField> FindProductFieldsBySystemName(
	string systemName,
	string fieldId
)

Parameters

systemName
Type: SystemString
fieldId
Type: SystemString

Return Value

Type: IEnumerableProductField
See Also