Click or drag to resize

UpdatePropertyFieldInfo Constructor

Initializes a new instance of the UpdatePropertyFieldInfo class

Namespace:  Dynamicweb.Ecommerce
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public UpdatePropertyFieldInfo(
	string productId,
	string variantId,
	string languageId,
	string categoryId,
	string fieldId,
	DataRowState state,
	Object oldValue,
	Object value,
	Nullable<int> oldSortOrder,
	Nullable<int> sortOrder
)

Parameters

productId
Type: SystemString
variantId
Type: SystemString
languageId
Type: SystemString
categoryId
Type: SystemString
fieldId
Type: SystemString
state
Type: System.DataDataRowState
oldValue
Type: SystemObject
value
Type: SystemObject
oldSortOrder
Type: SystemNullableInt32
sortOrder
Type: SystemNullableInt32
See Also