Click or drag to resize

FieldValueAndInheritanceInformation Constructor

Initializes a new instance of the FieldValueAndInheritanceInformation class

Namespace:  Dynamicweb.Ecommerce.Products.Categories
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public FieldValueAndInheritanceInformation(
	Object fieldValue,
	bool inheritedFieldValue
)

Parameters

fieldValue
Type: SystemObject
inheritedFieldValue
Type: SystemBoolean
See Also